#EBBAAF

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

Shades of Beauty Bush #EBBAAF

Tints of Beauty Bush #EBBAAF

Color information

#EBBAAF (or 0xEBBAAF) is unknown color: approx Beauty Bush. HEX triplet: EB, BA and AF. RGB value is (235,186,175). Sum of RGB (Red+Green+Blue) = 235+186+175=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBAAF is #144550. Grayscale: #C7C7C7. Windows color (decimal): -1328465 or 11516651. OLE color: 11516651.

HSL color Cylindrical-coordinate representation of color #EBBAAF: hue angle of 11º degrees, saturation: 0.6, 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 #EBBAAF is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235186175-
CMYK00.210.260.08
HSL11º60%80.39%-
HSV(B)11º25.53%92.16%-
XYZ59.5655.8848.2-
YUV199.4114.23153.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=39.43%
G=31.21%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518617500.210.260.08116080.39
HexEBBAAF0151A8b3c50
Octal35327225702532101374120
Binary11101011101110101010111101010111010100010111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAAF; }

 p { color: rgb(235,186,175); }

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

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

 a { background-color: rgb(235,186,175); }

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

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

 span { border-color: rgb(235,186,175); }

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