#EAD7AF

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

Shades of Beeswax #EAD7AF

Tints of Beeswax #EAD7AF

Color information

#EAD7AF (or 0xEAD7AF) is unknown color: approx Beeswax. HEX triplet: EA, D7 and AF. RGB value is (234,215,175). Sum of RGB (Red+Green+Blue) = 234+215+175=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD7AF is #152850. Grayscale: #D8D8D8. Windows color (decimal): -1386577 or 11524074. OLE color: 11524074.

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

Color convert

RGB234215175-
CMYK00.080.250.08
HSL40.68º58.42%80.2%-
HSV(B)40.68º25.21%91.76%-
XYZ65.9769.1950.44-
YUV216.12104.79140.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 215 (84.38% from 255) = 34.46%
BLUE value IS 175 (68.75% from 255) = 28.04%
R=37.5%
G=34.46%
B=28.04%

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
Decimal23421517500.080.250.0840.6858.4280.2
HexEAD7AF08198293a50
Octal35232725701031105172120
Binary111010101101011110101111010001100110001010011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7AF; }

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

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

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

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

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

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

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

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