#EBD8AA

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

Shades of Beeswax #EBD8AA

Tints of Beeswax #EBD8AA

Color information

#EBD8AA (or 0xEBD8AA) is unknown color: approx Beeswax. HEX triplet: EB, D8 and AA. RGB value is (235,216,170). Sum of RGB (Red+Green+Blue) = 235+216+170=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD8AA is #142755. Grayscale: #D8D8D8. Windows color (decimal): -1320790 or 11196651. OLE color: 11196651.

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

Color convert

RGB235216170-
CMYK00.080.280.08
HSL42.46º61.9%79.41%-
HSV(B)42.46º27.66%92.16%-
XYZ66.0769.6848-
YUV216.44101.79141.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 216 (84.77% from 255) = 34.78%
BLUE value IS 170 (66.80% from 255) = 27.38%
R=37.84%
G=34.78%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521617000.080.280.0842.4661.979.41
HexEBD8AA081C82a3e4f
Octal35333025201034105276117
Binary111010111101100010101010010001110010001010101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8AA; }

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

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

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

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

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

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

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

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