Html Css Color HEX #ECDB8C Flax

📋 copy color: '#ECDB8C'

red 236 ◦ green 219 ◦ blue 140

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

Shades of Flax #ECDB8C

Tints of Flax #ECDB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.53%

R = 39.66%
G = 36.81%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ECDB8C (or 0xECDB8C) is known color: Flax. HEX triplet: EC, DB and 8C. RGB value is (236,219,140). Sum of RGB (Red+Green+Blue) = 236+219+140=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB8C is #132473. Grayscale: #D7D7D7. Windows color (decimal): -1254516 or 9231340. OLE color: 9231340.

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

Color convert

RGB 236 219 140 -
CMYK 0 0.07 0.41 0.07
HSL 49.38º 0.72% 0.74% -
HSV(B) 49.38º 0.41% 0.93% -
XYZ 64.66 70.39 34.99 -
YUV 215.08 85.63 142.92 -
System Red Green Blue C M Y K H S L
Decimal 236 219 140 0 0.07 0.41 0.07 49.38 0.72 0.74
Hex EC DB 8C 0 7 29 7 31 48 4A
Octal 354 333 214 0 7 51 7 61 110 112
Binary 11101100 11011011 10001100 0 111 101001 111 110001 1001000 1001010

Color Harmonies of #ECDB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB8C

Black with #ECDB8C

Text Example


Text Example

White with #ECDB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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