#EADA83

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

Shades of Flax #EADA83

Tints of Flax #EADA83

Color information

#EADA83 (or 0xEADA83) is unknown color: approx Flax. HEX triplet: EA, DA and 83. RGB value is (234,218,131). Sum of RGB (Red+Green+Blue) = 234+218+131=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA83 is #15257C. Grayscale: #D5D5D5. Windows color (decimal): -1385853 or 8641258. OLE color: 8641258.

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

Color convert

RGB234218131-
CMYK00.070.440.08
HSL50.68º71.03%71.57%-
HSV(B)50.68º44.02%91.76%-
XYZ63.169.2731.52-
YUV212.8781.8143.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 131 (51.56% from 255) = 22.47%
R=40.14%
G=37.39%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421813100.070.440.0850.6871.0371.57
HexEADA83072C8334748
Octal35233220307541063107110
Binary1110101011011010100000110111101100100011001110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA83; }

 p { color: rgb(234,218,131); }

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

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

 a { background-color: rgb(234,218,131); }

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

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

 span { border-color: rgb(234,218,131); }

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