#EBD9AF

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

Shades of Beeswax #EBD9AF

Tints of Beeswax #EBD9AF

Color information

#EBD9AF (or 0xEBD9AF) is unknown color: approx Beeswax. HEX triplet: EB, D9 and AF. RGB value is (235,217,175). Sum of RGB (Red+Green+Blue) = 235+217+175=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD9AF is #142650. Grayscale: #D9D9D9. Windows color (decimal): -1320529 or 11524587. OLE color: 11524587.

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

Color convert

RGB235217175-
CMYK00.080.260.08
HSL42º60%80.39%-
HSV(B)42º25.53%92.16%-
XYZ66.8170.3850.62-
YUV217.59103.96140.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=37.48%
G=34.61%
B=27.91%

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
Decimal23521717500.080.260.08426080.39
HexEBD9AF081A82a3c50
Octal35333125701032105274120
Binary111010111101100110101111010001101010001010101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9AF; }

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

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

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

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

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

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

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

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