Html Css Color HEX #ECDC86 Flax

📋 copy color: '#ECDC86'

red 236 ◦ green 220 ◦ blue 134

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

Shades of Flax #ECDC86

Tints of Flax #ECDC86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.71%

R = 40%
G = 37.29%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ECDC86 (or 0xECDC86) is known color: Flax. HEX triplet: EC, DC and 86. RGB value is (236,220,134). Sum of RGB (Red+Green+Blue) = 236+220+134=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC86 is #132379. Grayscale: #D7D7D7. Windows color (decimal): -1254266 or 8838380. OLE color: 8838380.

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

Color convert

RGB 236 220 134 -
CMYK 0 0.07 0.43 0.07
HSL 50.59º 0.73% 0.73% -
HSV(B) 50.59º 0.43% 0.93% -
XYZ 64.49 70.74 32.81 -
YUV 214.98 82.3 142.99 -
System Red Green Blue C M Y K H S L
Decimal 236 220 134 0 0.07 0.43 0.07 50.59 0.73 0.73
Hex EC DC 86 0 7 2B 7 33 49 49
Octal 354 334 206 0 7 53 7 63 111 111
Binary 11101100 11011100 10000110 0 111 101011 111 110011 1001001 1001001

Color Harmonies of #ECDC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC86

Black with #ECDC86

Text Example


Text Example

White with #ECDC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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