#E2DE78

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

Shades of Goldenrod #E2DE78

Tints of Goldenrod #E2DE78

Color information

#E2DE78 (or 0xE2DE78) is unknown color: approx Goldenrod. HEX triplet: E2, DE and 78. RGB value is (226,222,120). Sum of RGB (Red+Green+Blue) = 226+222+120=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 120 (47.27% from 255 or 21.13% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE78 is #1D2187. Grayscale: #D3D3D3. Windows color (decimal): -1909128 or 7921378. OLE color: 7921378.

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

Color convert

RGB226222120-
CMYK00.020.470.11
HSL57.74º64.63%67.84%-
HSV(B)57.74º46.9%88.63%-
XYZ60.8869.7728.03-
YUV211.5776.33138.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.79%
GREEN value IS 222 (87.11% from 255) = 39.08%
BLUE value IS 120 (47.27% from 255) = 21.13%
R=39.79%
G=39.08%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622212000.020.470.1157.7464.6367.84
HexE2DE78022FB3a4144
Octal34233617002571372101104
Binary11100010110111101111000010101111101111101010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DE78; }

 p { color: rgb(226,222,120); }

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

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

 a { background-color: rgb(226,222,120); }

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

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

 span { border-color: rgb(226,222,120); }

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