#e4d54b

Color #E4D54B Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #E4D54B

Tints of Manz #E4D54B

Color information

#E4D54B (or 0xE4D54B) is unknown color: approx Manz. HEX triplet: E4, D5 and 4B. RGB value is (228,213,75). Sum of RGB (Red+Green+Blue) = 228+213+75=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D54B is #1B2AB4. Grayscale: #CACACA. Windows color (decimal): -1780405 or 4969956. OLE color: 4969956.

HSL color Cylindrical-coordinate representation of color #E4D54B: hue angle of 54.12º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E4D54B is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB22821375-
CMYK00.070.670.11
HSL54.12º73.91%59.41%-
HSV(B)54.12º67.11%89.41%-
XYZ57.0664.5916.12-
YUV201.7556.47146.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 44.19%
GREEN value IS 213 (83.59% from 255) = 41.28%
BLUE value IS 75 (29.69% from 255) = 14.53%
R=44.19%
G=41.28%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282137500.070.670.1154.1273.9159.41
HexE4D54B0743B364a3b
Octal34432511307103136611273
Binary111001001101010110010110111100001110111101101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e4d54b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e4d54b; }

 p { color: rgb(228,213,75); }

 H1.HeaderClassName
 {
   color: #e4d54b;
 }
 .AnyTagClassName
 {
   color: #e4d54b;
 }
</style>
background-color css

<style>
 a { background-color: #e4d54b; }

 a { background-color: rgb(228,213,75); }

 div.DivClassName
 {
   background-color: #e4d54b;
 }
 .BgClassName
 {
   background-color: #e4d54b;
 }
</style>
border-color css

<style>
 span { border-color: #e4d54b; }

 span { border-color: rgb(228,213,75); }

 td.TdClassName
 {
   border-color: #e4d54b;
 }
 .TagClassName
 {
   border-color: #e4d54b;
 }
</style>