#E1DA4B

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

Shades of Manz #E1DA4B

Tints of Manz #E1DA4B

Color information

#E1DA4B (or 0xE1DA4B) is unknown color: approx Manz. HEX triplet: E1, DA and 4B. RGB value is (225,218,75). Sum of RGB (Red+Green+Blue) = 225+218+75=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DA4B is #1E25B4. Grayscale: #CCCCCC. Windows color (decimal): -1975733 or 4971233. OLE color: 4971233.

HSL color Cylindrical-coordinate representation of color #E1DA4B: hue angle of 57.2º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1DA4B is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB22521875-
CMYK00.030.670.12
HSL57.2º71.43%58.82%-
HSV(B)57.2º66.67%88.24%-
XYZ57.3966.6616.5-
YUV203.7955.32143.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 75 (29.69% from 255) = 14.48%
R=43.44%
G=42.08%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252187500.030.670.1257.271.4358.82
HexE1DA4B0343C39473b
Octal34133211303103147110773
Binary11100001110110101001011011100001111001110011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DA4B; }

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

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

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

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

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

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

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

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