#EAD9AD

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

Shades of Beeswax #EAD9AD

Tints of Beeswax #EAD9AD

Color information

#EAD9AD (or 0xEAD9AD) is unknown color: approx Beeswax. HEX triplet: EA, D9 and AD. RGB value is (234,217,173). Sum of RGB (Red+Green+Blue) = 234+217+173=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD9AD is #152652. Grayscale: #D9D9D9. Windows color (decimal): -1386067 or 11393514. OLE color: 11393514.

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

Color convert

RGB234217173-
CMYK00.070.260.08
HSL43.28º59.22%79.8%-
HSV(B)43.28º26.07%91.76%-
XYZ66.2970.1449.58-
YUV217.07103.13140.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 217 (85.16% from 255) = 34.78%
BLUE value IS 173 (67.97% from 255) = 27.72%
R=37.5%
G=34.78%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421717300.070.260.0843.2859.2279.8
HexEAD9AD071A82b3b50
Octal3523312550732105373120
Binary11101010110110011010110101111101010001010111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9AD; }

 p { color: rgb(234,217,173); }

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

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

 a { background-color: rgb(234,217,173); }

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

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

 span { border-color: rgb(234,217,173); }

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