#E8D484

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

Shades of Flax #E8D484

Tints of Flax #E8D484

Color information

#E8D484 (or 0xE8D484) is unknown color: approx Flax. HEX triplet: E8, D4 and 84. RGB value is (232,212,132). Sum of RGB (Red+Green+Blue) = 232+212+132=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D484 is #172B7B. Grayscale: #D1D1D1. Windows color (decimal): -1518460 or 8705256. OLE color: 8705256.

HSL color Cylindrical-coordinate representation of color #E8D484: hue angle of 48º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8D484 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB232212132-
CMYK00.090.430.09
HSL48º68.49%71.37%-
HSV(B)48º43.1%90.98%-
XYZ60.9965.9131.34-
YUV208.8684.63144.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.28%
GREEN value IS 212 (83.20% from 255) = 36.81%
BLUE value IS 132 (51.95% from 255) = 22.92%
R=40.28%
G=36.81%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221213200.090.430.094868.4971.37
HexE8D484092B9304447
Octal350324204011531160104107
Binary11101000110101001000010001001101011100111000010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D484; }

 p { color: rgb(232,212,132); }

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

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

 a { background-color: rgb(232,212,132); }

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

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

 span { border-color: rgb(232,212,132); }

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