#EAB5AE

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

Shades of Beauty Bush #EAB5AE

Tints of Beauty Bush #EAB5AE

Color information

#EAB5AE (or 0xEAB5AE) is unknown color: approx Beauty Bush. HEX triplet: EA, B5 and AE. RGB value is (234,181,174). Sum of RGB (Red+Green+Blue) = 234+181+174=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB5AE is #154A51. Grayscale: #C4C4C4. Windows color (decimal): -1395282 or 11449834. OLE color: 11449834.

HSL color Cylindrical-coordinate representation of color #EAB5AE: hue angle of 7º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAB5AE is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234181174-
CMYK00.230.260.08
HSL58.82%80%-
HSV(B)25.64%91.76%-
XYZ58.153.647.33-
YUV196.05115.56155.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 181 (71.09% from 255) = 30.73%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=39.73%
G=30.73%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418117400.230.260.08758.8280
HexEAB5AE0171A873b50
Octal3522652560273210773120
Binary1110101010110101101011100101111101010001111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB5AE; }

 p { color: rgb(234,181,174); }

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

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

 a { background-color: rgb(234,181,174); }

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

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

 span { border-color: rgb(234,181,174); }

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