Html Css Color HEX #ECD988 Flax

📋 copy color: '#ECD988'

red 236 ◦ green 217 ◦ blue 136

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

Shades of Flax #ECD988

Tints of Flax #ECD988

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.84%

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

R = 40.07%
G = 36.84%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECD988 (or 0xECD988) is known color: Flax. HEX triplet: EC, D9 and 88. RGB value is (236,217,136). Sum of RGB (Red+Green+Blue) = 236+217+136=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 136 (53.52% from 255 or 23.09% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD988 is #132677. Grayscale: #D5D5D5. Windows color (decimal): -1255032 or 8968684. OLE color: 8968684.

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

Color convert

RGB 236 217 136 -
CMYK 0 0.08 0.42 0.07
HSL 48.6º 0.72% 0.73% -
HSV(B) 48.6º 0.42% 0.93% -
XYZ 63.85 69.24 33.29 -
YUV 213.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 236 217 136 0 0.08 0.42 0.07 48.6 0.72 0.73
Hex EC D9 88 0 8 2A 7 31 48 49
Octal 354 331 210 0 10 52 7 61 110 111
Binary 11101100 11011001 10001000 0 1000 101010 111 110001 1001000 1001001

Color Harmonies of #ECD988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD988

Black with #ECD988

Text Example


Text Example

White with #ECD988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD988; }

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

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

background-color css

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

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

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

border-color css

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

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

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