#E0DC75

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

Shades of Goldenrod #E0DC75

Tints of Goldenrod #E0DC75

Color information

#E0DC75 (or 0xE0DC75) is unknown color: approx Goldenrod. HEX triplet: E0, DC and 75. RGB value is (224,220,117). Sum of RGB (Red+Green+Blue) = 224+220+117=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DC75 is #1F238A. Grayscale: #D1D1D1. Windows color (decimal): -2040715 or 7724256. OLE color: 7724256.

HSL color Cylindrical-coordinate representation of color #E0DC75: hue angle of 57.76º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0DC75 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB224220117-
CMYK00.020.480.12
HSL57.76º63.31%66.86%-
HSV(B)57.76º47.77%87.84%-
XYZ59.5468.3226.88-
YUV209.4575.83138.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 220 (86.33% from 255) = 39.22%
BLUE value IS 117 (46.09% from 255) = 20.86%
R=39.93%
G=39.22%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422011700.020.480.1257.7663.3166.86
HexE0DC750230C3a3f43
Octal3403341650260147277103
Binary1110000011011100111010101011000011001110101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DC75; }

 p { color: rgb(224,220,117); }

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

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

 a { background-color: rgb(224,220,117); }

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

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

 span { border-color: rgb(224,220,117); }

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