#EADB81

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

Shades of Flax #EADB81

Tints of Flax #EADB81

Color information

#EADB81 (or 0xEADB81) is unknown color: approx Flax. HEX triplet: EA, DB and 81. RGB value is (234,219,129). Sum of RGB (Red+Green+Blue) = 234+219+129=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 129 (50.78% from 255 or 22.16% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB81 is #15247E. Grayscale: #D5D5D5. Windows color (decimal): -1385599 or 8510442. OLE color: 8510442.

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

Color convert

RGB234219129-
CMYK00.060.450.08
HSL51.43º71.43%71.18%-
HSV(B)51.43º44.87%91.76%-
XYZ63.2369.7430.9-
YUV213.2280.47142.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 129 (50.78% from 255) = 22.16%
R=40.21%
G=37.63%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421912900.060.450.0851.4371.4371.18
HexEADB81062D8334747
Octal35233320106551063107107
Binary1110101011011011100000010110101101100011001110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB81; }

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

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

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

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

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

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

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

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