#EBB1AE

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

Shades of Beauty Bush #EBB1AE

Tints of Beauty Bush #EBB1AE

Color information

#EBB1AE (or 0xEBB1AE) is unknown color: approx Beauty Bush. HEX triplet: EB, B1 and AE. RGB value is (235,177,174). Sum of RGB (Red+Green+Blue) = 235+177+174=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB1AE is #144E51. Grayscale: #C2C2C2. Windows color (decimal): -1330770 or 11448811. OLE color: 11448811.

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

Color convert

RGB235177174-
CMYK00.250.260.08
HSL2.95º60.4%80.2%-
HSV(B)2.95º25.96%92.16%-
XYZ57.6252.1647.08-
YUV194116.72157.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=40.10%
G=30.20%
B=29.69%

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
Decimal23517717400.250.260.082.9560.480.2
HexEBB1AE0191A833c50
Octal3532612560313210374120
Binary111010111011000110101110011001110101000111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1AE; }

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

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

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

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

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

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

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

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