#E0D669

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

Shades of Goldenrod #E0D669

Tints of Goldenrod #E0D669

Color information

#E0D669 (or 0xE0D669) is unknown color: approx Goldenrod. HEX triplet: E0, D6 and 69. RGB value is (224,214,105). Sum of RGB (Red+Green+Blue) = 224+214+105=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D669 is #1F2996. Grayscale: #CDCDCD. Windows color (decimal): -2042263 or 6936288. OLE color: 6936288.

HSL color Cylindrical-coordinate representation of color #E0D669: hue angle of 54.96º 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 #E0D669 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB224214105-
CMYK00.040.530.12
HSL54.96º65.75%64.51%-
HSV(B)54.96º53.12%87.84%-
XYZ57.3464.9622.88-
YUV204.5671.81141.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 214 (83.98% from 255) = 39.41%
BLUE value IS 105 (41.41% from 255) = 19.34%
R=41.25%
G=39.41%
B=19.34%

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
Decimal22421410500.040.530.1254.9665.7564.51
HexE0D6690435C374241
Octal34032615104651467102101
Binary111000001101011011010010100110101110011011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D669; }

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

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

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

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

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

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

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

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