#EEDAAD

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

Shades of Beeswax #EEDAAD

Tints of Beeswax #EEDAAD

Color information

#EEDAAD (or 0xEEDAAD) is unknown color: approx Beeswax. HEX triplet: EE, DA and AD. RGB value is (238,218,173). Sum of RGB (Red+Green+Blue) = 238+218+173=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAAD is #112552. Grayscale: #DBDBDB. Windows color (decimal): -1123667 or 11393774. OLE color: 11393774.

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

Color convert

RGB238218173-
CMYK00.080.270.07
HSL41.54º65.66%80.59%-
HSV(B)41.54º27.31%93.33%-
XYZ67.8771.3449.73-
YUV218.85102.13141.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.84%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=37.84%
G=34.66%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821817300.080.270.0741.5465.6680.59
HexEEDAAD081B72a4251
Octal35633225501033752102121
Binary111011101101101010101101010001101111110101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAAD; }

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

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

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

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

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

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

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

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