Html Css Color HEX #ECDC84 Light Goldenrod

📋 copy color: '#ECDC84'

red 236 ◦ green 220 ◦ blue 132

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

Shades of Light Goldenrod #ECDC84

Tints of Light Goldenrod #ECDC84

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.41%

 BLUE value IS 132 (51.95% from 255) = 22.45%

R = 40.14%
G = 37.41%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECDC84 (or 0xECDC84) is known color: Light Goldenrod. HEX triplet: EC, DC and 84. RGB value is (236,220,132). Sum of RGB (Red+Green+Blue) = 236+220+132=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 132 (51.95% from 255 or 22.45% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC84 is #13237B. Grayscale: #D7D7D7. Windows color (decimal): -1254268 or 8707308. OLE color: 8707308.

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

Color convert

RGB 236 220 132 -
CMYK 0 0.07 0.44 0.07
HSL 50.77º 0.73% 0.72% -
HSV(B) 50.77º 0.44% 0.93% -
XYZ 64.35 70.69 32.08 -
YUV 214.75 81.3 143.16 -
System Red Green Blue C M Y K H S L
Decimal 236 220 132 0 0.07 0.44 0.07 50.77 0.73 0.72
Hex EC DC 84 0 7 2C 7 33 49 48
Octal 354 334 204 0 7 54 7 63 111 110
Binary 11101100 11011100 10000100 0 111 101100 111 110011 1001001 1001000

Color Harmonies of #ECDC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC84

Black with #ECDC84

Text Example


Text Example

White with #ECDC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC84; }

 p { color: rgb(236,220,132); }

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

background-color css

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

 a { background-color: rgb(236,220,132); }

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

border-color css

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

 span { border-color: rgb(236,220,132); }

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