#ECDD88

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

Shades of Light Goldenrod #ECDD88

Tints of Light Goldenrod #ECDD88

Color information

#ECDD88 (or 0xECDD88) is unknown color: approx Light Goldenrod. HEX triplet: EC, DD and 88. RGB value is (236,221,136). Sum of RGB (Red+Green+Blue) = 236+221+136=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 136 (53.52% from 255 or 22.93% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD88 is #132277. Grayscale: #D8D8D8. Windows color (decimal): -1254008 or 8969708. OLE color: 8969708.

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

Color convert

RGB236221136-
CMYK00.060.420.07
HSL51º72.46%72.94%-
HSV(B)51º42.37%92.55%-
XYZ64.8971.3233.64-
YUV215.882.97142.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 136 (53.52% from 255) = 22.93%
R=39.80%
G=37.27%
B=22.93%

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
Decimal23622113600.060.420.075172.4672.94
HexECDD88062A7334849
Octal3543352100652763110111
Binary111011001101110110001000011010101011111001110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDD88; }

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

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

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

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

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

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

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

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