#ECD97A

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

Shades of Flax #ECD97A

Tints of Flax #ECD97A

Color information

#ECD97A (or 0xECD97A) is unknown color: approx Flax. HEX triplet: EC, D9 and 7A. RGB value is (236,217,122). Sum of RGB (Red+Green+Blue) = 236+217+122=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD97A is #132685. Grayscale: #D4D4D4. Windows color (decimal): -1255046 or 8051180. OLE color: 8051180.

HSL color Cylindrical-coordinate representation of color #ECD97A: hue angle of 50º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECD97A is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB236217122-
CMYK00.080.480.07
HSL50º75%70.2%-
HSV(B)50º48.31%92.55%-
XYZ62.9268.8628.39-
YUV211.8577.29145.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.04%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 122 (48.05% from 255) = 21.22%
R=41.04%
G=37.74%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621712200.080.480.07507570.2
HexECD97A08307324b46
Octal35433117201060762113106
Binary111011001101100111110100100011000011111001010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD97A; }

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

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

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

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

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

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

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

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