#ECDA8D

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

Shades of Flax #ECDA8D

Tints of Flax #ECDA8D

Color information

#ECDA8D (or 0xECDA8D) is unknown color: approx Flax. HEX triplet: EC, DA and 8D. RGB value is (236,218,141). Sum of RGB (Red+Green+Blue) = 236+218+141=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA8D is #132572. Grayscale: #D6D6D6. Windows color (decimal): -1254771 or 9296620. OLE color: 9296620.

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

Color convert

RGB236218141-
CMYK00.080.400.07
HSL48.63º71.43%73.92%-
HSV(B)48.63º40.25%92.55%-
XYZ64.4769.935.29-
YUV214.686.46143.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 218 (85.55% from 255) = 36.64%
BLUE value IS 141 (55.47% from 255) = 23.70%
R=39.66%
G=36.64%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621814100.080.400.0748.6371.4373.92
HexECDA8D0828731474a
Octal35433221501050761107112
Binary1110110011011010100011010100010100011111000110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDA8D; }

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

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

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

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

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

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

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

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