#EBB8AD

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

Shades of Beauty Bush #EBB8AD

Tints of Beauty Bush #EBB8AD

Color information

#EBB8AD (or 0xEBB8AD) is unknown color: approx Beauty Bush. HEX triplet: EB, B8 and AD. RGB value is (235,184,173). Sum of RGB (Red+Green+Blue) = 235+184+173=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB8AD is #144752. Grayscale: #C6C6C6. Windows color (decimal): -1328979 or 11385067. OLE color: 11385067.

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

Color convert

RGB235184173-
CMYK00.220.260.08
HSL10.65º60.78%80%-
HSV(B)10.65º26.38%92.16%-
XYZ58.9454.9647.04-
YUV198113.9154.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 184 (72.27% from 255) = 31.08%
BLUE value IS 173 (67.97% from 255) = 29.22%
R=39.70%
G=31.08%
B=29.22%

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
Decimal23518417300.220.260.0810.6560.7880
HexEBB8AD0161A8b3d50
Octal35327025502632101375120
Binary11101011101110001010110101011011010100010111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8AD; }

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

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

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

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

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

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

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

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