#EBB0AE

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

Shades of Beauty Bush #EBB0AE

Tints of Beauty Bush #EBB0AE

Color information

#EBB0AE (or 0xEBB0AE) is unknown color: approx Beauty Bush. HEX triplet: EB, B0 and AE. RGB value is (235,176,174). Sum of RGB (Red+Green+Blue) = 235+176+174=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB0AE is #144F51. Grayscale: #C1C1C1. Windows color (decimal): -1331026 or 11448555. OLE color: 11448555.

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

Color convert

RGB235176174-
CMYK00.250.260.08
HSL1.97º60.4%80.2%-
HSV(B)1.97º25.96%92.16%-
XYZ57.4351.7747.01-
YUV193.41117.05157.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=40.17%
G=30.09%
B=29.74%

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
Decimal23517617400.250.260.081.9760.480.2
HexEBB0AE0191A823c50
Octal3532602560313210274120
Binary111010111011000010101110011001110101000101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0AE; }

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

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

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

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

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

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

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

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