#EBD9B1

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

Shades of Beeswax #EBD9B1

Tints of Beeswax #EBD9B1

Color information

#EBD9B1 (or 0xEBD9B1) is unknown color: approx Beeswax. HEX triplet: EB, D9 and B1. RGB value is (235,217,177). Sum of RGB (Red+Green+Blue) = 235+217+177=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 177 (69.53% from 255 or 28.14% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD9B1 is #14264E. Grayscale: #DADADA. Windows color (decimal): -1320527 or 11655659. OLE color: 11655659.

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

Color convert

RGB235217177-
CMYK00.080.250.08
HSL41.38º59.18%80.78%-
HSV(B)41.38º24.68%92.16%-
XYZ67.0170.4651.66-
YUV217.82104.96140.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 177 (69.53% from 255) = 28.14%
R=37.36%
G=34.50%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521717700.080.250.0841.3859.1880.78
HexEBD9B108198293b51
Octal35333126101031105173121
Binary111010111101100110110001010001100110001010011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9B1; }

 p { color: rgb(235,217,177); }

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

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

 a { background-color: rgb(235,217,177); }

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

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

 span { border-color: rgb(235,217,177); }

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