#EBDBB1

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

Shades of Beeswax #EBDBB1

Tints of Beeswax #EBDBB1

Color information

#EBDBB1 (or 0xEBDBB1) is unknown color: approx Beeswax. HEX triplet: EB, DB and B1. RGB value is (235,219,177). Sum of RGB (Red+Green+Blue) = 235+219+177=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDBB1 is #14244E. Grayscale: #DBDBDB. Windows color (decimal): -1320015 or 11656171. OLE color: 11656171.

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

Color convert

RGB235219177-
CMYK00.070.250.08
HSL43.45º59.18%80.78%-
HSV(B)43.45º24.68%92.16%-
XYZ67.5371.551.84-
YUV219104.3139.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 177 (69.53% from 255) = 28.05%
R=37.24%
G=34.71%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521917700.070.250.0843.4559.1880.78
HexEBDBB1071982b3b51
Octal3533332610731105373121
Binary11101011110110111011000101111100110001010111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBB1; }

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

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

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

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

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

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

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

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