Html Css Color HEX #ECDE7A Light Goldenrod

📋 copy color: '#ECDE7A'

red 236 ◦ green 222 ◦ blue 122

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

Shades of Light Goldenrod #ECDE7A

Tints of Light Goldenrod #ECDE7A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.28%

 BLUE value IS 122 (48.05% from 255) = 21.03%

R = 40.69%
G = 38.28%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ECDE7A (or 0xECDE7A) is known color: Light Goldenrod. HEX triplet: EC, DE and 7A. RGB value is (236,222,122). Sum of RGB (Red+Green+Blue) = 236+222+122=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE7A is #132185. Grayscale: #D7D7D7. Windows color (decimal): -1253766 or 8052460. OLE color: 8052460.

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

Color convert

RGB 236 222 122 -
CMYK 0 0.06 0.48 0.07
HSL 52.63º 0.75% 0.7% -
HSV(B) 52.63º 0.48% 0.93% -
XYZ 64.23 71.48 28.82 -
YUV 214.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 236 222 122 0 0.06 0.48 0.07 52.63 0.75 0.7
Hex EC DE 7A 0 6 30 7 35 4B 46
Octal 354 336 172 0 6 60 7 65 113 106
Binary 11101100 11011110 1111010 0 110 110000 111 110101 1001011 1000110

Color Harmonies of #ECDE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE7A

Black with #ECDE7A

Text Example


Text Example

White with #ECDE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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