#EEDAAA

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

Shades of Beeswax #EEDAAA

Tints of Beeswax #EEDAAA

Color information

#EEDAAA (or 0xEEDAAA) is unknown color: approx Beeswax. HEX triplet: EE, DA and AA. RGB value is (238,218,170). Sum of RGB (Red+Green+Blue) = 238+218+170=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAAA is #112555. Grayscale: #DADADA. Windows color (decimal): -1123670 or 11197166. OLE color: 11197166.

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

Color convert

RGB238218170-
CMYK00.080.290.07
HSL42.35º66.67%80%-
HSV(B)42.35º28.57%93.33%-
XYZ67.5971.2248.22-
YUV218.51100.63141.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 218 (85.55% from 255) = 34.82%
BLUE value IS 170 (66.80% from 255) = 27.16%
R=38.02%
G=34.82%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821817000.080.290.0742.3566.6780
HexEEDAAA081D72a4350
Octal35633225201035752103120
Binary111011101101101010101010010001110111110101010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAAA; }

 p { color: rgb(238,218,170); }

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

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

 a { background-color: rgb(238,218,170); }

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

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

 span { border-color: rgb(238,218,170); }

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