#E0D865

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

Shades of Goldenrod #E0D865

Tints of Goldenrod #E0D865

Color information

#E0D865 (or 0xE0D865) is unknown color: approx Goldenrod. HEX triplet: E0, D8 and 65. RGB value is (224,216,101). Sum of RGB (Red+Green+Blue) = 224+216+101=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D865 is #1F279A. Grayscale: #CDCDCD. Windows color (decimal): -2041755 or 6674656. OLE color: 6674656.

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

Color convert

RGB224216101-
CMYK00.040.550.12
HSL56.1º66.49%63.73%-
HSV(B)56.1º54.91%87.84%-
XYZ57.6565.921.99-
YUV205.2869.15141.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.40%
GREEN value IS 216 (84.77% from 255) = 39.93%
BLUE value IS 101 (39.84% from 255) = 18.67%
R=41.40%
G=39.93%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421610100.040.550.1256.166.4963.73
HexE0D8650437C384240
Octal34033014504671470102100
Binary111000001101100011001010100110111110011100010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D865; }

 p { color: rgb(224,216,101); }

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

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

 a { background-color: rgb(224,216,101); }

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

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

 span { border-color: rgb(224,216,101); }

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