#EEBEBD

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

Shades of Beauty Bush #EEBEBD

Tints of Beauty Bush #EEBEBD

Color information

#EEBEBD (or 0xEEBEBD) is unknown color: approx Beauty Bush. HEX triplet: EE, BE and BD. RGB value is (238,190,189). Sum of RGB (Red+Green+Blue) = 238+190+189=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEBD is #114142. Grayscale: #CCCCCC. Windows color (decimal): -1130819 or 12435182. OLE color: 12435182.

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

Color convert

RGB238190189-
CMYK00.200.210.07
HSL1.22º59.04%83.73%-
HSV(B)1.22º20.59%93.33%-
XYZ62.8658.6856.16-
YUV204.24119.4152.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.57%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 189 (74.22% from 255) = 30.63%
R=38.57%
G=30.79%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819018900.200.210.071.2259.0483.73
HexEEBEBD01415713b54
Octal356276275024257173124
Binary1110111010111110101111010101001010111111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEBD; }

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

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

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

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

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

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

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

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