#EBD7AA

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

Shades of Beeswax #EBD7AA

Tints of Beeswax #EBD7AA

Color information

#EBD7AA (or 0xEBD7AA) is unknown color: approx Beeswax. HEX triplet: EB, D7 and AA. RGB value is (235,215,170). Sum of RGB (Red+Green+Blue) = 235+215+170=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD7AA is #142855. Grayscale: #D8D8D8. Windows color (decimal): -1321046 or 11196395. OLE color: 11196395.

HSL color Cylindrical-coordinate representation of color #EBD7AA: hue angle of 41.54º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBD7AA is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235215170-
CMYK00.090.280.08
HSL41.54º61.9%79.41%-
HSV(B)41.54º27.66%92.16%-
XYZ65.8269.1747.91-
YUV215.85102.13141.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 170 (66.80% from 255) = 27.42%
R=37.90%
G=34.68%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521517000.090.280.0841.5461.979.41
HexEBD7AA091C82a3e4f
Octal35332725201134105276117
Binary111010111101011110101010010011110010001010101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7AA; }

 p { color: rgb(235,215,170); }

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

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

 a { background-color: rgb(235,215,170); }

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

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

 span { border-color: rgb(235,215,170); }

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