#EBB7AE

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

Shades of Beauty Bush #EBB7AE

Tints of Beauty Bush #EBB7AE

Color information

#EBB7AE (or 0xEBB7AE) is unknown color: approx Beauty Bush. HEX triplet: EB, B7 and AE. RGB value is (235,183,174). Sum of RGB (Red+Green+Blue) = 235+183+174=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB7AE is #144851. Grayscale: #C5C5C5. Windows color (decimal): -1329234 or 11450347. OLE color: 11450347.

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

Color convert

RGB235183174-
CMYK00.220.260.08
HSL8.85º60.4%80.2%-
HSV(B)8.85º25.96%92.16%-
XYZ58.8354.5947.48-
YUV197.52114.73154.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 183 (71.88% from 255) = 30.91%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=39.70%
G=30.91%
B=29.39%

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
Decimal23518317400.220.260.088.8560.480.2
HexEBB7AE0161A893c50
Octal35326725602632101174120
Binary11101011101101111010111001011011010100010011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7AE; }

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

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

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

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

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

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

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

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