#EADB8A

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

Shades of Flax #EADB8A

Tints of Flax #EADB8A

Color information

#EADB8A (or 0xEADB8A) is unknown color: approx Flax. HEX triplet: EA, DB and 8A. RGB value is (234,219,138). Sum of RGB (Red+Green+Blue) = 234+219+138=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB8A is #152475. Grayscale: #D6D6D6. Windows color (decimal): -1385590 or 9100266. OLE color: 9100266.

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

Color convert

RGB234219138-
CMYK00.060.410.08
HSL50.62º69.57%72.94%-
HSV(B)50.62º41.03%91.76%-
XYZ63.8569.9934.19-
YUV214.2584.97142.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 138 (54.30% from 255) = 23.35%
R=39.59%
G=37.06%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421913800.060.410.0850.6269.5772.94
HexEADB8A06298334649
Octal35233321206511063106111
Binary1110101011011011100010100110101001100011001110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB8A; }

 p { color: rgb(234,219,138); }

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

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

 a { background-color: rgb(234,219,138); }

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

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

 span { border-color: rgb(234,219,138); }

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