#EAD8AF

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

Shades of Beeswax #EAD8AF

Tints of Beeswax #EAD8AF

Color information

#EAD8AF (or 0xEAD8AF) is unknown color: approx Beeswax. HEX triplet: EA, D8 and AF. RGB value is (234,216,175). Sum of RGB (Red+Green+Blue) = 234+216+175=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD8AF is #152750. Grayscale: #D8D8D8. Windows color (decimal): -1386321 or 11524330. OLE color: 11524330.

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

Color convert

RGB234216175-
CMYK00.080.250.08
HSL41.69º58.42%80.2%-
HSV(B)41.69º25.21%91.76%-
XYZ66.2369.750.52-
YUV216.71104.46140.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 216 (84.77% from 255) = 34.56%
BLUE value IS 175 (68.75% from 255) = 28%
R=37.44%
G=34.56%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421617500.080.250.0841.6958.4280.2
HexEAD8AF081982a3a50
Octal35233025701031105272120
Binary111010101101100010101111010001100110001010101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8AF; }

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

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

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

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

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

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

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

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