#EBB6AD

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

Shades of Beauty Bush #EBB6AD

Tints of Beauty Bush #EBB6AD

Color information

#EBB6AD (or 0xEBB6AD) is unknown color: approx Beauty Bush. HEX triplet: EB, B6 and AD. RGB value is (235,182,173). Sum of RGB (Red+Green+Blue) = 235+182+173=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB6AD is #144952. Grayscale: #C4C4C4. Windows color (decimal): -1329491 or 11384555. OLE color: 11384555.

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

Color convert

RGB235182173-
CMYK00.230.260.08
HSL8.71º60.78%80%-
HSV(B)8.71º26.38%92.16%-
XYZ58.5354.1446.9-
YUV196.82114.56155.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 182 (71.48% from 255) = 30.85%
BLUE value IS 173 (67.97% from 255) = 29.32%
R=39.83%
G=30.85%
B=29.32%

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
Decimal23518217300.230.260.088.7160.7880
HexEBB6AD0171A893d50
Octal35326625502732101175120
Binary11101011101101101010110101011111010100010011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6AD; }

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

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

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

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

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

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

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

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