#ECDE88

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

Shades of Light Goldenrod #ECDE88

Tints of Light Goldenrod #ECDE88

Color information

#ECDE88 (or 0xECDE88) is unknown color: approx Light Goldenrod. HEX triplet: EC, DE and 88. RGB value is (236,222,136). Sum of RGB (Red+Green+Blue) = 236+222+136=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 136 (53.52% from 255 or 22.90% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDE88 is #132177. Grayscale: #D8D8D8. Windows color (decimal): -1253752 or 8969964. OLE color: 8969964.

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

Color convert

RGB236222136-
CMYK00.060.420.07
HSL51.6º72.46%72.94%-
HSV(B)51.6º42.37%92.55%-
XYZ65.1671.8533.73-
YUV216.3882.64141.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 222 (87.11% from 255) = 37.37%
BLUE value IS 136 (53.52% from 255) = 22.90%
R=39.73%
G=37.37%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622213600.060.420.0751.672.4672.94
HexECDE88062A7344849
Octal3543362100652764110111
Binary111011001101111010001000011010101011111010010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE88; }

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

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

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

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

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

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

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

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