#EAD87F

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

Shades of Flax #EAD87F

Tints of Flax #EAD87F

Color information

#EAD87F (or 0xEAD87F) is unknown color: approx Flax. HEX triplet: EA, D8 and 7F. RGB value is (234,216,127). Sum of RGB (Red+Green+Blue) = 234+216+127=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 127 (50% from 255 or 22.01% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD87F is #152780. Grayscale: #D3D3D3. Windows color (decimal): -1386369 or 8378602. OLE color: 8378602.

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

Color convert

RGB234216127-
CMYK00.080.460.08
HSL49.91º71.81%70.78%-
HSV(B)49.91º45.73%91.76%-
XYZ62.3268.1429.95-
YUV211.2480.46144.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 127 (50% from 255) = 22.01%
R=40.55%
G=37.44%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421612700.080.460.0849.9171.8170.78
HexEAD87F082E8324847
Octal352330177010561062110107
Binary1110101011011000111111101000101110100011001010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD87F; }

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

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

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

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

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

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

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

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