Html Css Color HEX #ECDB82 Flax

📋 copy color: '#ECDB82'

red 236 ◦ green 219 ◦ blue 130

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

Shades of Flax #ECDB82

Tints of Flax #ECDB82

RGB

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

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

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

R = 40.34%
G = 37.44%
B = 22.22%

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

#ECDB82 (or 0xECDB82) is known color: Flax. HEX triplet: EC, DB and 82. RGB value is (236,219,130). Sum of RGB (Red+Green+Blue) = 236+219+130=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB82 is #13247D. Grayscale: #D6D6D6. Windows color (decimal): -1254526 or 8575980. OLE color: 8575980.

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

Color convert

RGB 236 219 130 -
CMYK 0 0.07 0.45 0.07
HSL 50.38º 0.74% 0.72% -
HSV(B) 50.38º 0.45% 0.93% -
XYZ 63.95 70.11 31.28 -
YUV 213.94 80.63 143.74 -
System Red Green Blue C M Y K H S L
Decimal 236 219 130 0 0.07 0.45 0.07 50.38 0.74 0.72
Hex EC DB 82 0 7 2D 7 32 4A 48
Octal 354 333 202 0 7 55 7 62 112 110
Binary 11101100 11011011 10000010 0 111 101101 111 110010 1001010 1001000

Color Harmonies of #ECDB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB82

Black with #ECDB82

Text Example


Text Example

White with #ECDB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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