Html Css Color HEX #ECDC82 Light Goldenrod

📋 copy color: '#ECDC82'

red 236 ◦ green 220 ◦ blue 130

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

Shades of Light Goldenrod #ECDC82

Tints of Light Goldenrod #ECDC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.18%

R = 40.27%
G = 37.54%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ECDC82 (or 0xECDC82) is known color: Light Goldenrod. HEX triplet: EC, DC and 82. RGB value is (236,220,130). Sum of RGB (Red+Green+Blue) = 236+220+130=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC82 is #13237D. Grayscale: #D6D6D6. Windows color (decimal): -1254270 or 8576236. OLE color: 8576236.

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

Color convert

RGB 236 220 130 -
CMYK 0 0.07 0.45 0.07
HSL 50.94º 0.74% 0.72% -
HSV(B) 50.94º 0.45% 0.93% -
XYZ 64.21 70.63 31.37 -
YUV 214.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 236 220 130 0 0.07 0.45 0.07 50.94 0.74 0.72
Hex EC DC 82 0 7 2D 7 33 4A 48
Octal 354 334 202 0 7 55 7 63 112 110
Binary 11101100 11011100 10000010 0 111 101101 111 110011 1001010 1001000

Color Harmonies of #ECDC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC82

Black with #ECDC82

Text Example


Text Example

White with #ECDC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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