#ECD98A

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

Shades of Flax #ECD98A

Tints of Flax #ECD98A

Color information

#ECD98A (or 0xECD98A) is unknown color: approx Flax. HEX triplet: EC, D9 and 8A. RGB value is (236,217,138). Sum of RGB (Red+Green+Blue) = 236+217+138=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD98A is #132675. Grayscale: #D6D6D6. Windows color (decimal): -1255030 or 9099756. OLE color: 9099756.

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

Color convert

RGB236217138-
CMYK00.080.420.07
HSL48.37º72.06%73.33%-
HSV(B)48.37º41.53%92.55%-
XYZ63.9969.2934.05-
YUV213.6885.29143.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 217 (85.16% from 255) = 36.72%
BLUE value IS 138 (54.30% from 255) = 23.35%
R=39.93%
G=36.72%
B=23.35%

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
Decimal23621713800.080.420.0748.3772.0673.33
HexECD98A082A7304849
Octal35433121201052760110111
Binary1110110011011001100010100100010101011111000010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD98A; }

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

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

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

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

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

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

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

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