Html Css Color HEX #ECD980 Flax

📋 copy color: '#ECD980'

red 236 ◦ green 217 ◦ blue 128

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

Shades of Flax #ECD980

Tints of Flax #ECD980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.35%

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

R = 40.62%
G = 37.35%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECD980 (or 0xECD980) is known color: Flax. HEX triplet: EC, D9 and 80. RGB value is (236,217,128). Sum of RGB (Red+Green+Blue) = 236+217+128=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD980 is #13267F. Grayscale: #D4D4D4. Windows color (decimal): -1255040 or 8444396. OLE color: 8444396.

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

Color convert

RGB 236 217 128 -
CMYK 0 0.08 0.46 0.07
HSL 49.44º 0.74% 0.71% -
HSV(B) 49.44º 0.46% 0.93% -
XYZ 63.3 69.02 30.41 -
YUV 212.54 80.29 144.74 -
System Red Green Blue C M Y K H S L
Decimal 236 217 128 0 0.08 0.46 0.07 49.44 0.74 0.71
Hex EC D9 80 0 8 2E 7 31 4A 47
Octal 354 331 200 0 10 56 7 61 112 107
Binary 11101100 11011001 10000000 0 1000 101110 111 110001 1001010 1000111

Color Harmonies of #ECD980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD980

Black with #ECD980

Text Example


Text Example

White with #ECD980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD980; }

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

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

background-color css

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

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

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

border-color css

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

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

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