#EAD8B1

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

Shades of Beeswax #EAD8B1

Tints of Beeswax #EAD8B1

Color information

#EAD8B1 (or 0xEAD8B1) is unknown color: approx Beeswax. HEX triplet: EA, D8 and B1. RGB value is (234,216,177). Sum of RGB (Red+Green+Blue) = 234+216+177=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 177 (69.53% from 255 or 28.23% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD8B1 is #15274E. Grayscale: #D9D9D9. Windows color (decimal): -1386319 or 11655402. OLE color: 11655402.

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

Color convert

RGB234216177-
CMYK00.080.240.08
HSL41.05º57.58%80.59%-
HSV(B)41.05º24.36%91.76%-
XYZ66.4269.7851.56-
YUV216.94105.46140.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 177 (69.53% from 255) = 28.23%
R=37.32%
G=34.45%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421617700.080.240.0841.0557.5880.59
HexEAD8B108188293a51
Octal35233026101030105172121
Binary111010101101100010110001010001100010001010011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8B1; }

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

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

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

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

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

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

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

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