#EADAAF

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

Shades of Beeswax #EADAAF

Tints of Beeswax #EADAAF

Color information

#EADAAF (or 0xEADAAF) is unknown color: approx Beeswax. HEX triplet: EA, DA and AF. RGB value is (234,218,175). Sum of RGB (Red+Green+Blue) = 234+218+175=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADAAF is #152550. Grayscale: #DADADA. Windows color (decimal): -1385809 or 11524842. OLE color: 11524842.

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

Color convert

RGB234218175-
CMYK00.070.250.08
HSL43.73º58.42%80.2%-
HSV(B)43.73º25.21%91.76%-
XYZ66.7470.7350.69-
YUV217.88103.8139.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=37.32%
G=34.77%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421817500.070.250.0843.7358.4280.2
HexEADAAF071982c3a50
Octal3523322570731105472120
Binary11101010110110101010111101111100110001011001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAAF; }

 p { color: rgb(234,218,175); }

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

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

 a { background-color: rgb(234,218,175); }

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

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

 span { border-color: rgb(234,218,175); }

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