Html Css Color HEX #ECDC88 Flax

📋 copy color: '#ECDC88'

red 236 ◦ green 220 ◦ blue 136

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

Shades of Flax #ECDC88

Tints of Flax #ECDC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.97%

R = 39.86%
G = 37.16%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECDC88 (or 0xECDC88) is known color: Flax. HEX triplet: EC, DC and 88. RGB value is (236,220,136). Sum of RGB (Red+Green+Blue) = 236+220+136=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 136 (53.52% from 255 or 22.97% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC88 is #132377. Grayscale: #D7D7D7. Windows color (decimal): -1254264 or 8969452. OLE color: 8969452.

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

Color convert

RGB 236 220 136 -
CMYK 0 0.07 0.42 0.07
HSL 50.4º 0.72% 0.73% -
HSV(B) 50.4º 0.42% 0.93% -
XYZ 64.63 70.8 33.55 -
YUV 215.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 236 220 136 0 0.07 0.42 0.07 50.4 0.72 0.73
Hex EC DC 88 0 7 2A 7 32 48 49
Octal 354 334 210 0 7 52 7 62 110 111
Binary 11101100 11011100 10001000 0 111 101010 111 110010 1001000 1001001

Color Harmonies of #ECDC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC88

Black with #ECDC88

Text Example


Text Example

White with #ECDC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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