Html Css Color HEX #ECDC80 Light Goldenrod

📋 copy color: '#ECDC80'

red 236 ◦ green 220 ◦ blue 128

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

Shades of Light Goldenrod #ECDC80

Tints of Light Goldenrod #ECDC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.92%

R = 40.41%
G = 37.67%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECDC80 (or 0xECDC80) is known color: Light Goldenrod. HEX triplet: EC, DC and 80. RGB value is (236,220,128). Sum of RGB (Red+Green+Blue) = 236+220+128=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC80 is #13237F. Grayscale: #D6D6D6. Windows color (decimal): -1254272 or 8445164. OLE color: 8445164.

HSL color Cylindrical-coordinate representation of color #ECDC80: hue angle of 51.11º 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 #ECDC80 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 128 -
CMYK 0 0.07 0.46 0.07
HSL 51.11º 0.74% 0.71% -
HSV(B) 51.11º 0.46% 0.93% -
XYZ 64.08 70.58 30.67 -
YUV 214.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 236 220 128 0 0.07 0.46 0.07 51.11 0.74 0.71
Hex EC DC 80 0 7 2E 7 33 4A 47
Octal 354 334 200 0 7 56 7 63 112 107
Binary 11101100 11011100 10000000 0 111 101110 111 110011 1001010 1000111

Color Harmonies of #ECDC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC80

Black with #ECDC80

Text Example


Text Example

White with #ECDC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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