#EBB6AE

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

Shades of Beauty Bush #EBB6AE

Tints of Beauty Bush #EBB6AE

Color information

#EBB6AE (or 0xEBB6AE) is unknown color: approx Beauty Bush. HEX triplet: EB, B6 and AE. RGB value is (235,182,174). Sum of RGB (Red+Green+Blue) = 235+182+174=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB6AE is #144951. Grayscale: #C5C5C5. Windows color (decimal): -1329490 or 11450091. OLE color: 11450091.

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

Color convert

RGB235182174-
CMYK00.230.260.08
HSL7.87º60.4%80.2%-
HSV(B)7.87º25.96%92.16%-
XYZ58.6354.1747.41-
YUV196.94115.06155.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=39.76%
G=30.80%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518217400.230.260.087.8760.480.2
HexEBB6AE0171A883c50
Octal35326625602732101074120
Binary11101011101101101010111001011111010100010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6AE; }

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

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

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

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

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

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

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

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