#EBDDB3

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

Shades of Beeswax #EBDDB3

Tints of Beeswax #EBDDB3

Color information

#EBDDB3 (or 0xEBDDB3) is unknown color: approx Beeswax. HEX triplet: EB, DD and B3. RGB value is (235,221,179). Sum of RGB (Red+Green+Blue) = 235+221+179=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDB3 is #14224C. Grayscale: #DCDCDC. Windows color (decimal): -1319501 or 11787755. OLE color: 11787755.

HSL color Cylindrical-coordinate representation of color #EBDDB3: hue angle of 45º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBDDB3 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235221179-
CMYK00.060.240.08
HSL45º58.33%81.18%-
HSV(B)45º23.83%92.16%-
XYZ68.2572.6353.07-
YUV220.4104.64138.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 179 (70.31% from 255) = 28.19%
R=37.01%
G=34.80%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522117900.060.240.084558.3381.18
HexEBDDB3061882d3a51
Octal3533352630630105572121
Binary11101011110111011011001101101100010001011011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDB3; }

 p { color: rgb(235,221,179); }

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

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

 a { background-color: rgb(235,221,179); }

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

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

 span { border-color: rgb(235,221,179); }

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