#ECDA88

Color #ECDA88 Flax (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flax #ECDA88

Tints of Flax #ECDA88

Color information

#ECDA88 (or 0xECDA88) is unknown color: approx Flax. HEX triplet: EC, DA and 88. RGB value is (236,218,136). Sum of RGB (Red+Green+Blue) = 236+218+136=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 136 (53.52% from 255 or 23.05% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA88 is #132577. Grayscale: #D6D6D6. Windows color (decimal): -1254776 or 8968940. OLE color: 8968940.

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

Color convert

RGB236218136-
CMYK00.080.420.07
HSL49.2º72.46%72.94%-
HSV(B)49.2º42.37%92.55%-
XYZ64.1169.7533.38-
YUV214.0383.96143.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 136 (53.52% from 255) = 23.05%
R=40%
G=36.95%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621813600.080.420.0749.272.4672.94
HexECDA88082A7314849
Octal35433221001052761110111
Binary1110110011011010100010000100010101011111000110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDA88; }

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

 H1.HeaderClassName
 {
   color: #ECDA88;
 }
 .AnyTagClassName
 {
   color: #ECDA88;
 }
</style>
background-color css

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

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

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

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

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

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