#EAB6AF

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

Shades of Beauty Bush #EAB6AF

Tints of Beauty Bush #EAB6AF

Color information

#EAB6AF (or 0xEAB6AF) is unknown color: approx Beauty Bush. HEX triplet: EA, B6 and AF. RGB value is (234,182,175). Sum of RGB (Red+Green+Blue) = 234+182+175=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB6AF is #154950. Grayscale: #C4C4C4. Windows color (decimal): -1395025 or 11515626. OLE color: 11515626.

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

Color convert

RGB234182175-
CMYK00.220.250.08
HSL7.12º58.42%80.2%-
HSV(B)7.12º25.21%91.76%-
XYZ58.454.0447.91-
YUV196.75115.73154.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=39.59%
G=30.80%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418217500.220.250.087.1258.4280.2
HexEAB6AF01619873a50
Octal3522662570263110772120
Binary1110101010110110101011110101101100110001111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6AF; }

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

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

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

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

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

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

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

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