#EBB3AD

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

Shades of Beauty Bush #EBB3AD

Tints of Beauty Bush #EBB3AD

Color information

#EBB3AD (or 0xEBB3AD) is unknown color: approx Beauty Bush. HEX triplet: EB, B3 and AD. RGB value is (235,179,173). Sum of RGB (Red+Green+Blue) = 235+179+173=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB3AD is #144C52. Grayscale: #C3C3C3. Windows color (decimal): -1330259 or 11383787. OLE color: 11383787.

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

Color convert

RGB235179173-
CMYK00.240.260.08
HSL5.81º60.78%80%-
HSV(B)5.81º26.38%92.16%-
XYZ57.9252.9246.7-
YUV195.06115.55156.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 179 (70.31% from 255) = 30.49%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=40.03%
G=30.49%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517917300.240.260.085.8160.7880
HexEBB3AD0181A863d50
Octal3532632550303210675120
Binary1110101110110011101011010110001101010001101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB3AD; }

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

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

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

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

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

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

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

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