#e0dc63

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

Shades of Goldenrod #E0DC63

Tints of Goldenrod #E0DC63

Color information

#E0DC63 (or 0xE0DC63) is unknown color: approx Goldenrod. HEX triplet: E0, DC and 63. RGB value is (224,220,99). Sum of RGB (Red+Green+Blue) = 224+220+99=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DC63 is #1F239C. Grayscale: #CFCFCF. Windows color (decimal): -2040733 or 6544608. OLE color: 6544608.

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

Color convert

RGB22422099-
CMYK00.020.560.12
HSL58.08º66.84%63.33%-
HSV(B)58.08º55.8%87.84%-
XYZ58.5967.9321.83-
YUV207.466.83139.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 99 (39.06% from 255) = 18.23%
R=41.25%
G=40.52%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242209900.020.560.1258.0866.8463.33
HexE0DC630238C3a433f
Octal3403341430270147210377
Binary1110000011011100110001101011100011001110101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0dc63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0dc63; }

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

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

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

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

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

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

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

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