#E0D86A

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

Shades of Goldenrod #E0D86A

Tints of Goldenrod #E0D86A

Color information

#E0D86A (or 0xE0D86A) is unknown color: approx Goldenrod. HEX triplet: E0, D8 and 6A. RGB value is (224,216,106). Sum of RGB (Red+Green+Blue) = 224+216+106=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D86A is #1F2795. Grayscale: #CECECE. Windows color (decimal): -2041750 or 7002336. OLE color: 7002336.

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

Color convert

RGB224216106-
CMYK00.040.530.12
HSL55.93º65.56%64.71%-
HSV(B)55.93º52.68%87.84%-
XYZ57.96623.32-
YUV205.8571.65140.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.03%
GREEN value IS 216 (84.77% from 255) = 39.56%
BLUE value IS 106 (41.80% from 255) = 19.41%
R=41.03%
G=39.56%
B=19.41%

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
Decimal22421610600.040.530.1255.9365.5664.71
HexE0D86A0435C384241
Octal34033015204651470102101
Binary111000001101100011010100100110101110011100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D86A; }

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

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

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

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

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

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

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

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