#ECDE86

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

Shades of Light Goldenrod #ECDE86

Tints of Light Goldenrod #ECDE86

Color information

#ECDE86 (or 0xECDE86) is unknown color: approx Light Goldenrod. HEX triplet: EC, DE and 86. RGB value is (236,222,134). Sum of RGB (Red+Green+Blue) = 236+222+134=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 134 (52.73% from 255 or 22.64% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDE86 is #132179. Grayscale: #D8D8D8. Windows color (decimal): -1253754 or 8838892. OLE color: 8838892.

HSL color Cylindrical-coordinate representation of color #ECDE86: hue angle of 51.76º 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 #ECDE86 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB236222134-
CMYK00.060.430.07
HSL51.76º72.86%72.55%-
HSV(B)51.76º43.22%92.55%-
XYZ65.0271.832.99-
YUV216.1581.64142.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 222 (87.11% from 255) = 37.5%
BLUE value IS 134 (52.73% from 255) = 22.64%
R=39.86%
G=37.5%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622213400.060.430.0751.7672.8672.55
HexECDE86062B7344949
Octal3543362060653764111111
Binary111011001101111010000110011010101111111010010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE86; }

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

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

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

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

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

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

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

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