#EBB7AD

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

Shades of Beauty Bush #EBB7AD

Tints of Beauty Bush #EBB7AD

Color information

#EBB7AD (or 0xEBB7AD) is unknown color: approx Beauty Bush. HEX triplet: EB, B7 and AD. RGB value is (235,183,173). Sum of RGB (Red+Green+Blue) = 235+183+173=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB7AD is #144852. Grayscale: #C5C5C5. Windows color (decimal): -1329235 or 11384811. OLE color: 11384811.

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

Color convert

RGB235183173-
CMYK00.220.260.08
HSL9.68º60.78%80%-
HSV(B)9.68º26.38%92.16%-
XYZ58.7454.5546.97-
YUV197.41114.23154.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 183 (71.88% from 255) = 30.96%
BLUE value IS 173 (67.97% from 255) = 29.27%
R=39.76%
G=30.96%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518317300.220.260.089.6860.7880
HexEBB7AD0161A8a3d50
Octal35326725502632101275120
Binary11101011101101111010110101011011010100010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7AD; }

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

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

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

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

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

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

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

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