#ECDD7F

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

Shades of Light Goldenrod #ECDD7F

Tints of Light Goldenrod #ECDD7F

Color information

#ECDD7F (or 0xECDD7F) is unknown color: approx Light Goldenrod. HEX triplet: EC, DD and 7F. RGB value is (236,221,127). Sum of RGB (Red+Green+Blue) = 236+221+127=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 127 (50% from 255 or 21.75% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD7F is #132280. Grayscale: #D7D7D7. Windows color (decimal): -1254017 or 8379884. OLE color: 8379884.

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

Color convert

RGB236221127-
CMYK00.060.460.07
HSL51.74º74.15%71.18%-
HSV(B)51.74º46.19%92.55%-
XYZ64.2871.0830.41-
YUV214.7778.47143.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.41%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 127 (50% from 255) = 21.75%
R=40.41%
G=37.84%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622112700.060.460.0751.7474.1571.18
HexECDD7F062E7344a47
Octal3543351770656764112107
Binary11101100110111011111111011010111011111010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDD7F; }

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

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

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

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

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

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

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

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