#EEBEB4

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

Shades of Beauty Bush #EEBEB4

Tints of Beauty Bush #EEBEB4

Color information

#EEBEB4 (or 0xEEBEB4) is unknown color: approx Beauty Bush. HEX triplet: EE, BE and B4. RGB value is (238,190,180). Sum of RGB (Red+Green+Blue) = 238+190+180=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEB4 is #11414B. Grayscale: #CBCBCB. Windows color (decimal): -1130828 or 11845358. OLE color: 11845358.

HSL color Cylindrical-coordinate representation of color #EEBEB4: hue angle of 10.34º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEBEB4 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB238190180-
CMYK00.200.240.07
HSL10.34º63.04%81.96%-
HSV(B)10.34º24.37%93.33%-
XYZ61.9158.351.17-
YUV203.21114.9152.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 180 (70.70% from 255) = 29.61%
R=39.14%
G=31.25%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819018000.200.240.0710.3463.0481.96
HexEEBEB4014187a3f52
Octal3562762640243071277122
Binary1110111010111110101101000101001100011110101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEB4; }

 p { color: rgb(238,190,180); }

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

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

 a { background-color: rgb(238,190,180); }

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

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

 span { border-color: rgb(238,190,180); }

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