Html Css Color HEX #ECDB84 Flax

📋 copy color: '#ECDB84'

red 236 ◦ green 219 ◦ blue 132

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

Shades of Flax #ECDB84

Tints of Flax #ECDB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.49%

R = 40.2%
G = 37.31%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECDB84 (or 0xECDB84) is known color: Flax. HEX triplet: EC, DB and 84. RGB value is (236,219,132). Sum of RGB (Red+Green+Blue) = 236+219+132=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB84 is #13247B. Grayscale: #D6D6D6. Windows color (decimal): -1254524 or 8707052. OLE color: 8707052.

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

Color convert

RGB 236 219 132 -
CMYK 0 0.07 0.44 0.07
HSL 50.19º 0.73% 0.72% -
HSV(B) 50.19º 0.44% 0.93% -
XYZ 64.09 70.16 31.99 -
YUV 214.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 236 219 132 0 0.07 0.44 0.07 50.19 0.73 0.72
Hex EC DB 84 0 7 2C 7 32 49 48
Octal 354 333 204 0 7 54 7 62 111 110
Binary 11101100 11011011 10000100 0 111 101100 111 110010 1001001 1001000

Color Harmonies of #ECDB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB84

Black with #ECDB84

Text Example


Text Example

White with #ECDB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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