#EBBDB1

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

Shades of Beauty Bush #EBBDB1

Tints of Beauty Bush #EBBDB1

Color information

#EBBDB1 (or 0xEBBDB1) is unknown color: approx Beauty Bush. HEX triplet: EB, BD and B1. RGB value is (235,189,177). Sum of RGB (Red+Green+Blue) = 235+189+177=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBDB1 is #14424E. Grayscale: #C9C9C9. Windows color (decimal): -1327695 or 11648491. OLE color: 11648491.

HSL color Cylindrical-coordinate representation of color #EBBDB1: hue angle of 12.41º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBBDB1 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235189177-
CMYK00.200.250.08
HSL12.41º59.18%80.78%-
HSV(B)12.41º24.68%92.16%-
XYZ60.3957.2349.46-
YUV201.39114.24151.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 177 (69.53% from 255) = 29.45%
R=39.10%
G=31.45%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518917700.200.250.0812.4159.1880.78
HexEBBDB1014198c3b51
Octal35327526102431101473121
Binary11101011101111011011000101010011001100011001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDB1; }

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

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

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

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

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

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

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

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