#EBB0AD

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

Shades of Beauty Bush #EBB0AD

Tints of Beauty Bush #EBB0AD

Color information

#EBB0AD (or 0xEBB0AD) is unknown color: approx Beauty Bush. HEX triplet: EB, B0 and AD. RGB value is (235,176,173). Sum of RGB (Red+Green+Blue) = 235+176+173=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB0AD is #144F52. Grayscale: #C1C1C1. Windows color (decimal): -1331027 or 11383019. OLE color: 11383019.

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

Color convert

RGB235176173-
CMYK00.250.260.08
HSL2.9º60.78%80%-
HSV(B)2.9º26.38%92.16%-
XYZ57.3351.7346.5-
YUV193.3116.55157.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 176 (69.14% from 255) = 30.14%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=40.24%
G=30.14%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517617300.250.260.082.960.7880
HexEBB0AD0191A833d50
Octal3532602550313210375120
Binary111010111011000010101101011001110101000111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0AD; }

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

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

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

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

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

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

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

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