#EADB7F

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

Shades of Flax #EADB7F

Tints of Flax #EADB7F

Color information

#EADB7F (or 0xEADB7F) is unknown color: approx Flax. HEX triplet: EA, DB and 7F. RGB value is (234,219,127). Sum of RGB (Red+Green+Blue) = 234+219+127=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB7F is #152480. Grayscale: #D5D5D5. Windows color (decimal): -1385601 or 8379370. OLE color: 8379370.

HSL color Cylindrical-coordinate representation of color #EADB7F: hue angle of 51.59º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EADB7F is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB234219127-
CMYK00.060.460.08
HSL51.59º71.81%70.78%-
HSV(B)51.59º45.73%91.76%-
XYZ63.0969.6930.2-
YUV21379.47142.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 127 (50% from 255) = 21.90%
R=40.34%
G=37.76%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421912700.060.460.0851.5971.8170.78
HexEADB7F062E8344847
Octal35233317706561064110107
Binary111010101101101111111110110101110100011010010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB7F; }

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

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

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

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

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

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

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

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