#EAD9AF

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

Shades of Beeswax #EAD9AF

Tints of Beeswax #EAD9AF

Color information

#EAD9AF (or 0xEAD9AF) is unknown color: approx Beeswax. HEX triplet: EA, D9 and AF. RGB value is (234,217,175). Sum of RGB (Red+Green+Blue) = 234+217+175=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD9AF is #152650. Grayscale: #D9D9D9. Windows color (decimal): -1386065 or 11524586. OLE color: 11524586.

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

Color convert

RGB234217175-
CMYK00.070.250.08
HSL42.71º58.42%80.2%-
HSV(B)42.71º25.21%91.76%-
XYZ66.4870.2150.61-
YUV217.29104.13139.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 217 (85.16% from 255) = 34.66%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=37.38%
G=34.66%
B=27.96%

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
Decimal23421717500.070.250.0842.7158.4280.2
HexEAD9AF071982b3a50
Octal3523312570731105372120
Binary11101010110110011010111101111100110001010111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9AF; }

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

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

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

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

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

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

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

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