#ECE086

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

Shades of Light Goldenrod #ECE086

Tints of Light Goldenrod #ECE086

Color information

#ECE086 (or 0xECE086) is unknown color: approx Light Goldenrod. HEX triplet: EC, E0 and 86. RGB value is (236,224,134). Sum of RGB (Red+Green+Blue) = 236+224+134=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 134 (52.73% from 255 or 22.56% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE086 is #131F79. Grayscale: #D9D9D9. Windows color (decimal): -1253242 or 8839404. OLE color: 8839404.

HSL color Cylindrical-coordinate representation of color #ECE086: hue angle of 52.94º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECE086 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB236224134-
CMYK00.050.430.07
HSL52.94º72.86%72.55%-
HSV(B)52.94º43.22%92.55%-
XYZ65.5572.8733.16-
YUV217.3380.98141.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 224 (87.89% from 255) = 37.71%
BLUE value IS 134 (52.73% from 255) = 22.56%
R=39.73%
G=37.71%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622413400.050.430.0752.9472.8672.55
HexECE086052B7354949
Octal3543402060553765111111
Binary111011001110000010000110010110101111111010110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE086; }

 p { color: rgb(236,224,134); }

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

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

 a { background-color: rgb(236,224,134); }

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

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

 span { border-color: rgb(236,224,134); }

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