#E0D769

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

Shades of Goldenrod #E0D769

Tints of Goldenrod #E0D769

Color information

#E0D769 (or 0xE0D769) is unknown color: approx Goldenrod. HEX triplet: E0, D7 and 69. RGB value is (224,215,105). Sum of RGB (Red+Green+Blue) = 224+215+105=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D769 is #1F2896. Grayscale: #CDCDCD. Windows color (decimal): -2042007 or 6936544. OLE color: 6936544.

HSL color Cylindrical-coordinate representation of color #E0D769: hue angle of 55.46º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0D769 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB224215105-
CMYK00.040.530.12
HSL55.46º65.75%64.51%-
HSV(B)55.46º53.12%87.84%-
XYZ57.5965.4722.97-
YUV205.1571.48141.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 215 (84.38% from 255) = 39.52%
BLUE value IS 105 (41.41% from 255) = 19.30%
R=41.18%
G=39.52%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421510500.040.530.1255.4665.7564.51
HexE0D7690435C374241
Octal34032715104651467102101
Binary111000001101011111010010100110101110011011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D769; }

 p { color: rgb(224,215,105); }

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

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

 a { background-color: rgb(224,215,105); }

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

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

 span { border-color: rgb(224,215,105); }

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