#ECD88B

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

Shades of Flax #ECD88B

Tints of Flax #ECD88B

Color information

#ECD88B (or 0xECD88B) is unknown color: approx Flax. HEX triplet: EC, D8 and 8B. RGB value is (236,216,139). Sum of RGB (Red+Green+Blue) = 236+216+139=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD88B is #132774. Grayscale: #D5D5D5. Windows color (decimal): -1255285 or 9165036. OLE color: 9165036.

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

Color convert

RGB236216139-
CMYK00.080.410.07
HSL47.63º71.85%73.53%-
HSV(B)47.63º41.1%92.55%-
XYZ63.8168.8134.34-
YUV213.286.13144.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 216 (84.77% from 255) = 36.55%
BLUE value IS 139 (54.69% from 255) = 23.52%
R=39.93%
G=36.55%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621613900.080.410.0747.6371.8573.53
HexECD88B0829730484a
Octal35433021301051760110112
Binary1110110011011000100010110100010100111111000010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD88B; }

 p { color: rgb(236,216,139); }

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

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

 a { background-color: rgb(236,216,139); }

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

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

 span { border-color: rgb(236,216,139); }

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