#E4DE74

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

Shades of Goldenrod #E4DE74

Tints of Goldenrod #E4DE74

Color information

#E4DE74 (or 0xE4DE74) is unknown color: approx Goldenrod. HEX triplet: E4, DE and 74. RGB value is (228,222,116). Sum of RGB (Red+Green+Blue) = 228+222+116=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DE74 is #1B218B. Grayscale: #D4D4D4. Windows color (decimal): -1778060 or 7659236. OLE color: 7659236.

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

Color convert

RGB228222116-
CMYK00.030.490.11
HSL56.79º67.47%67.45%-
HSV(B)56.79º49.12%89.41%-
XYZ61.277026.8-
YUV211.7173.99139.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.28%
GREEN value IS 222 (87.11% from 255) = 39.22%
BLUE value IS 116 (45.70% from 255) = 20.49%
R=40.28%
G=39.22%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822211600.030.490.1156.7967.4767.45
HexE4DE740331B394343
Octal34433616403611371103103
Binary11100100110111101110100011110001101111100110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DE74; }

 p { color: rgb(228,222,116); }

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

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

 a { background-color: rgb(228,222,116); }

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

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

 span { border-color: rgb(228,222,116); }

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