#EBD8AF

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

Shades of Beeswax #EBD8AF

Tints of Beeswax #EBD8AF

Color information

#EBD8AF (or 0xEBD8AF) is unknown color: approx Beeswax. HEX triplet: EB, D8 and AF. RGB value is (235,216,175). Sum of RGB (Red+Green+Blue) = 235+216+175=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD8AF is #142750. Grayscale: #D9D9D9. Windows color (decimal): -1320785 or 11524331. OLE color: 11524331.

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

Color convert

RGB235216175-
CMYK00.080.260.08
HSL41º60%80.39%-
HSV(B)41º25.53%92.16%-
XYZ66.5569.8750.54-
YUV217.01104.29140.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 216 (84.77% from 255) = 34.50%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=37.54%
G=34.50%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521617500.080.260.08416080.39
HexEBD8AF081A8293c50
Octal35333025701032105174120
Binary111010111101100010101111010001101010001010011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8AF; }

 p { color: rgb(235,216,175); }

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

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

 a { background-color: rgb(235,216,175); }

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

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

 span { border-color: rgb(235,216,175); }

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