#EEDBAE

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

Shades of Beeswax #EEDBAE

Tints of Beeswax #EEDBAE

Color information

#EEDBAE (or 0xEEDBAE) is unknown color: approx Beeswax. HEX triplet: EE, DB and AE. RGB value is (238,219,174). Sum of RGB (Red+Green+Blue) = 238+219+174=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDBAE is #112451. Grayscale: #DBDBDB. Windows color (decimal): -1123410 or 11459566. OLE color: 11459566.

HSL color Cylindrical-coordinate representation of color #EEDBAE: hue angle of 42.19º degrees, saturation: 0.65, 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 #EEDBAE is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB238219174-
CMYK00.080.270.07
HSL42.19º65.31%80.78%-
HSV(B)42.19º26.89%93.33%-
XYZ68.2371.950.33-
YUV219.55102.29141.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=37.72%
G=34.71%
B=27.58%

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
Decimal23821917400.080.270.0742.1965.3180.78
HexEEDBAE081B72a4151
Octal35633325601033752101121
Binary111011101101101110101110010001101111110101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBAE; }

 p { color: rgb(238,219,174); }

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

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

 a { background-color: rgb(238,219,174); }

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

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

 span { border-color: rgb(238,219,174); }

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