#E5DA4B

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

Shades of Manz #E5DA4B

Tints of Manz #E5DA4B

Color information

#E5DA4B (or 0xE5DA4B) is unknown color: approx Manz. HEX triplet: E5, DA and 4B. RGB value is (229,218,75). Sum of RGB (Red+Green+Blue) = 229+218+75=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA4B is #1A25B4. Grayscale: #CDCDCD. Windows color (decimal): -1713589 or 4971237. OLE color: 4971237.

HSL color Cylindrical-coordinate representation of color #E5DA4B: hue angle of 55.71º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5DA4B is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB22921875-
CMYK00.050.670.10
HSL55.71º74.76%59.61%-
HSV(B)55.71º67.25%89.8%-
XYZ58.6567.3116.56-
YUV204.9954.64145.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.87%
GREEN value IS 218 (85.55% from 255) = 41.76%
BLUE value IS 75 (29.69% from 255) = 14.37%
R=43.87%
G=41.76%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292187500.050.670.1055.7174.7659.61
HexE5DA4B0543A384b3c
Octal34533211305103127011374
Binary111001011101101010010110101100001110101110001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DA4B; }

 p { color: rgb(229,218,75); }

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

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

 a { background-color: rgb(229,218,75); }

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

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

 span { border-color: rgb(229,218,75); }

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