#E4DE69

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

Shades of Goldenrod #E4DE69

Tints of Goldenrod #E4DE69

Color information

#E4DE69 (or 0xE4DE69) is unknown color: approx Goldenrod. HEX triplet: E4, DE and 69. RGB value is (228,222,105). Sum of RGB (Red+Green+Blue) = 228+222+105=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 105 (41.41% from 255 or 18.92% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DE69 is #1B2196. Grayscale: #D2D2D2. Windows color (decimal): -1778071 or 6938340. OLE color: 6938340.

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

Color convert

RGB228222105-
CMYK00.030.540.11
HSL57.07º69.49%65.29%-
HSV(B)57.07º53.95%89.41%-
XYZ60.6769.7623.63-
YUV210.4668.49140.51-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.08%
GREEN value IS 222 (87.11% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 18.92%
R=41.08%
G=40%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822210500.030.540.1157.0769.4965.29
HexE4DE690336B394541
Octal34433615103661371105101
Binary11100100110111101101001011110110101111100110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DE69; }

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

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

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

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

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

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

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

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