#EBBAAD

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

Shades of Beauty Bush #EBBAAD

Tints of Beauty Bush #EBBAAD

Color information

#EBBAAD (or 0xEBBAAD) is unknown color: approx Beauty Bush. HEX triplet: EB, BA and AD. RGB value is (235,186,173). Sum of RGB (Red+Green+Blue) = 235+186+173=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBAAD is #144552. Grayscale: #C7C7C7. Windows color (decimal): -1328467 or 11385579. OLE color: 11385579.

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

Color convert

RGB235186173-
CMYK00.210.260.08
HSL12.58º60.78%80%-
HSV(B)12.58º26.38%92.16%-
XYZ59.3655.847.18-
YUV199.17113.23153.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 173 (67.97% from 255) = 29.12%
R=39.56%
G=31.31%
B=29.12%

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
Decimal23518617300.210.260.0812.5860.7880
HexEBBAAD0151A8d3d50
Octal35327225502532101575120
Binary11101011101110101010110101010111010100011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAAD; }

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

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

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

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

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

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

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

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