#EAD88D

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

Shades of Flax #EAD88D

Tints of Flax #EAD88D

Color information

#EAD88D (or 0xEAD88D) is unknown color: approx Flax. HEX triplet: EA, D8 and 8D. RGB value is (234,216,141). Sum of RGB (Red+Green+Blue) = 234+216+141=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD88D is #152772. Grayscale: #D5D5D5. Windows color (decimal): -1386355 or 9296106. OLE color: 9296106.

HSL color Cylindrical-coordinate representation of color #EAD88D: hue angle of 48.39º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAD88D is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234216141-
CMYK00.080.400.08
HSL48.39º68.89%73.53%-
HSV(B)48.39º39.74%91.76%-
XYZ63.368.5335.09-
YUV212.8387.46143.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 216 (84.77% from 255) = 36.55%
BLUE value IS 141 (55.47% from 255) = 23.86%
R=39.59%
G=36.55%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421614100.080.400.0848.3968.8973.53
HexEAD88D0828830454a
Octal352330215010501060105112
Binary11101010110110001000110101000101000100011000010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD88D; }

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

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

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

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

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

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

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

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