#E1DD78

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

Shades of Goldenrod #E1DD78

Tints of Goldenrod #E1DD78

Color information

#E1DD78 (or 0xE1DD78) is unknown color: approx Goldenrod. HEX triplet: E1, DD and 78. RGB value is (225,221,120). Sum of RGB (Red+Green+Blue) = 225+221+120=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DD78 is #1E2287. Grayscale: #D3D3D3. Windows color (decimal): -1974920 or 7921121. OLE color: 7921121.

HSL color Cylindrical-coordinate representation of color #E1DD78: hue angle of 57.71º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1DD78 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB225221120-
CMYK00.020.470.12
HSL57.71º63.64%67.65%-
HSV(B)57.71º46.67%88.24%-
XYZ60.369.0827.92-
YUV210.6876.83138.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 221 (86.72% from 255) = 39.05%
BLUE value IS 120 (47.27% from 255) = 21.20%
R=39.75%
G=39.05%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522112000.020.470.1257.7163.6467.65
HexE1DD78022FC3a4044
Octal34133517002571472100104
Binary11100001110111011111000010101111110011101010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DD78; }

 p { color: rgb(225,221,120); }

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

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

 a { background-color: rgb(225,221,120); }

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

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

 span { border-color: rgb(225,221,120); }

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