Html Css Color HEX #ECD686 Flax

📋 copy color: '#ECD686'

red 236 ◦ green 214 ◦ blue 134

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

Shades of Flax #ECD686

Tints of Flax #ECD686

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.64%

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

R = 40.41%
G = 36.64%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ECD686 (or 0xECD686) is known color: Flax. HEX triplet: EC, D6 and 86. RGB value is (236,214,134). Sum of RGB (Red+Green+Blue) = 236+214+134=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD686 is #132979. Grayscale: #D3D3D3. Windows color (decimal): -1255802 or 8836844. OLE color: 8836844.

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

Color convert

RGB 236 214 134 -
CMYK 0 0.09 0.43 0.07
HSL 47.06º 0.73% 0.73% -
HSV(B) 47.06º 0.43% 0.93% -
XYZ 62.94 67.65 32.29 -
YUV 211.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 236 214 134 0 0.09 0.43 0.07 47.06 0.73 0.73
Hex EC D6 86 0 9 2B 7 2F 49 49
Octal 354 326 206 0 11 53 7 57 111 111
Binary 11101100 11010110 10000110 0 1001 101011 111 101111 1001001 1001001

Color Harmonies of #ECD686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD686

Black with #ECD686

Text Example


Text Example

White with #ECD686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD686; }

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

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

background-color css

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

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

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

border-color css

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

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

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