#EADB83

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

Shades of Flax #EADB83

Tints of Flax #EADB83

Color information

#EADB83 (or 0xEADB83) is unknown color: approx Flax. HEX triplet: EA, DB and 83. RGB value is (234,219,131). Sum of RGB (Red+Green+Blue) = 234+219+131=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 131 (51.56% from 255 or 22.43% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB83 is #15247C. Grayscale: #D5D5D5. Windows color (decimal): -1385597 or 8641514. OLE color: 8641514.

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

Color convert

RGB234219131-
CMYK00.060.440.08
HSL51.26º71.03%71.57%-
HSV(B)51.26º44.02%91.76%-
XYZ63.3669.7931.6-
YUV213.4581.47142.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 131 (51.56% from 255) = 22.43%
R=40.07%
G=37.5%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421913100.060.440.0851.2671.0371.57
HexEADB83062C8334748
Octal35233320306541063107110
Binary1110101011011011100000110110101100100011001110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB83; }

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

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

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

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

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

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

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

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