#EAD389

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

Shades of Flax #EAD389

Tints of Flax #EAD389

Color information

#EAD389 (or 0xEAD389) is unknown color: approx Flax. HEX triplet: EA, D3 and 89. RGB value is (234,211,137). Sum of RGB (Red+Green+Blue) = 234+211+137=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 137 (53.91% from 255 or 23.54% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD389 is #152C76. Grayscale: #D1D1D1. Windows color (decimal): -1387639 or 9032682. OLE color: 9032682.

HSL color Cylindrical-coordinate representation of color #EAD389: hue angle of 45.77º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAD389 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234211137-
CMYK00.100.410.08
HSL45.77º69.78%72.75%-
HSV(B)45.77º41.45%91.76%-
XYZ61.7465.8933.13-
YUV209.4487.12145.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 211 (82.81% from 255) = 36.25%
BLUE value IS 137 (53.91% from 255) = 23.54%
R=40.21%
G=36.25%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421113700.100.410.0845.7769.7872.75
HexEAD3890A2982e4649
Octal352323211012511056106111
Binary11101010110100111000100101010101001100010111010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD389; }

 p { color: rgb(234,211,137); }

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

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

 a { background-color: rgb(234,211,137); }

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

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

 span { border-color: rgb(234,211,137); }

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