#E1D664

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

Shades of Goldenrod #E1D664

Tints of Goldenrod #E1D664

Color information

#E1D664 (or 0xE1D664) is unknown color: approx Goldenrod. HEX triplet: E1, D6 and 64. RGB value is (225,214,100). Sum of RGB (Red+Green+Blue) = 225+214+100=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D664 is #1E299B. Grayscale: #CCCCCC. Windows color (decimal): -1976732 or 6608609. OLE color: 6608609.

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

Color convert

RGB225214100-
CMYK00.050.560.12
HSL54.72º67.57%63.73%-
HSV(B)54.72º55.56%88.24%-
XYZ57.465.0221.58-
YUV204.2969.14142.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 100 (39.45% from 255) = 18.55%
R=41.74%
G=39.70%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521410000.050.560.1254.7267.5763.73
HexE1D6640538C374440
Octal34132614405701467104100
Binary111000011101011011001000101111000110011011110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D664; }

 p { color: rgb(225,214,100); }

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

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

 a { background-color: rgb(225,214,100); }

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

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

 span { border-color: rgb(225,214,100); }

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