#EEDBB0

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

Shades of Beeswax #EEDBB0

Tints of Beeswax #EEDBB0

Color information

#EEDBB0 (or 0xEEDBB0) is unknown color: approx Beeswax. HEX triplet: EE, DB and B0. RGB value is (238,219,176). Sum of RGB (Red+Green+Blue) = 238+219+176=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDBB0 is #11244F. Grayscale: #DBDBDB. Windows color (decimal): -1123408 or 11590638. OLE color: 11590638.

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

Color convert

RGB238219176-
CMYK00.080.260.07
HSL41.61º64.58%81.18%-
HSV(B)41.61º26.05%93.33%-
XYZ68.4371.9751.36-
YUV219.78103.29141-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 176 (69.14% from 255) = 27.80%
R=37.60%
G=34.60%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821917600.080.260.0741.6164.5881.18
HexEEDBB0081A72a4151
Octal35633326001032752101121
Binary111011101101101110110000010001101011110101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBB0; }

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

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

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

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

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

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

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

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