Html Css Color HEX #ECDB80 Flax

📋 copy color: '#ECDB80'

red 236 ◦ green 219 ◦ blue 128

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

Shades of Flax #ECDB80

Tints of Flax #ECDB80

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.56%

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

R = 40.48%
G = 37.56%
B = 21.96%

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

#ECDB80 (or 0xECDB80) is known color: Flax. HEX triplet: EC, DB and 80. RGB value is (236,219,128). Sum of RGB (Red+Green+Blue) = 236+219+128=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB80 is #13247F. Grayscale: #D6D6D6. Windows color (decimal): -1254528 or 8444908. OLE color: 8444908.

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

Color convert

RGB 236 219 128 -
CMYK 0 0.07 0.46 0.07
HSL 50.56º 0.74% 0.71% -
HSV(B) 50.56º 0.46% 0.93% -
XYZ 63.82 70.05 30.58 -
YUV 213.71 79.63 143.9 -
System Red Green Blue C M Y K H S L
Decimal 236 219 128 0 0.07 0.46 0.07 50.56 0.74 0.71
Hex EC DB 80 0 7 2E 7 33 4A 47
Octal 354 333 200 0 7 56 7 63 112 107
Binary 11101100 11011011 10000000 0 111 101110 111 110011 1001010 1000111

Color Harmonies of #ECDB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB80

Black with #ECDB80

Text Example


Text Example

White with #ECDB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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