Html Css Color HEX #ECDD7C Light Goldenrod

📋 copy color: '#ECDD7C'

red 236 ◦ green 221 ◦ blue 124

#ECDD7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Goldenrod #ECDD7C

Tints of Light Goldenrod #ECDD7C

RGB

 RED value IS 236 (92.58% from 255) = 40.62%

 GREEN value IS 221 (86.72% from 255) = 38.04%

 BLUE value IS 124 (48.83% from 255) = 21.34%

R = 40.62%
G = 38.04%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECDD7C (or 0xECDD7C) is known color: Light Goldenrod. HEX triplet: EC, DD and 7C. RGB value is (236,221,124). Sum of RGB (Red+Green+Blue) = 236+221+124=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD7C is #132283. Grayscale: #D6D6D6. Windows color (decimal): -1254020 or 8183276. OLE color: 8183276.

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

Color convert

RGB 236 221 124 -
CMYK 0 0.06 0.47 0.07
HSL 51.96º 0.75% 0.71% -
HSV(B) 51.96º 0.47% 0.93% -
XYZ 64.09 71 29.4 -
YUV 214.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 236 221 124 0 0.06 0.47 0.07 51.96 0.75 0.71
Hex EC DD 7C 0 6 2F 7 34 4B 47
Octal 354 335 174 0 6 57 7 64 113 107
Binary 11101100 11011101 1111100 0 110 101111 111 110100 1001011 1000111

Color Harmonies of #ECDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD7C

Black with #ECDD7C

Text Example


Text Example

White with #ECDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD7C; }

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

 H1.HeaderClassName
 {
   color: #ECDD7C;
 }
 .AnyTagClassName
 {
   color: #ECDD7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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