#EBDAAE

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

Shades of Beeswax #EBDAAE

Tints of Beeswax #EBDAAE

Color information

#EBDAAE (or 0xEBDAAE) is unknown color: approx Beeswax. HEX triplet: EB, DA and AE. RGB value is (235,218,174). Sum of RGB (Red+Green+Blue) = 235+218+174=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDAAE is #142551. Grayscale: #DADADA. Windows color (decimal): -1320274 or 11459307. OLE color: 11459307.

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

Color convert

RGB235218174-
CMYK00.070.260.08
HSL43.28º60.4%80.2%-
HSV(B)43.28º25.96%92.16%-
XYZ66.9770.8650.19-
YUV218.07103.13140.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 174 (68.36% from 255) = 27.75%
R=37.48%
G=34.77%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521817400.070.260.0843.2860.480.2
HexEBDAAE071A82b3c50
Octal3533322560732105374120
Binary11101011110110101010111001111101010001010111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAAE; }

 p { color: rgb(235,218,174); }

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

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

 a { background-color: rgb(235,218,174); }

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

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

 span { border-color: rgb(235,218,174); }

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