#ECDC8D

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

Shades of Flax #ECDC8D

Tints of Flax #ECDC8D

Color information

#ECDC8D (or 0xECDC8D) is unknown color: approx Flax. HEX triplet: EC, DC and 8D. RGB value is (236,220,141). Sum of RGB (Red+Green+Blue) = 236+220+141=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC8D is #132372. Grayscale: #D8D8D8. Windows color (decimal): -1254259 or 9297132. OLE color: 9297132.

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

Color convert

RGB236220141-
CMYK00.070.400.07
HSL49.89º71.43%73.92%-
HSV(B)49.89º40.25%92.55%-
XYZ64.9970.9435.47-
YUV215.7885.8142.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.53%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 141 (55.47% from 255) = 23.62%
R=39.53%
G=36.85%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622014100.070.400.0749.8971.4373.92
HexECDC8D0728732474a
Octal3543342150750762107112
Binary111011001101110010001101011110100011111001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC8D; }

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

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

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

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

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

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

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

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