#EEB7AF

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

Shades of Beauty Bush #EEB7AF

Tints of Beauty Bush #EEB7AF

Color information

#EEB7AF (or 0xEEB7AF) is unknown color: approx Beauty Bush. HEX triplet: EE, B7 and AF. RGB value is (238,183,175). Sum of RGB (Red+Green+Blue) = 238+183+175=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB7AF is #114850. Grayscale: #C6C6C6. Windows color (decimal): -1132625 or 11515886. OLE color: 11515886.

HSL color Cylindrical-coordinate representation of color #EEB7AF: hue angle of 7.62º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB7AF is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238183175-
CMYK00.230.260.07
HSL7.62º64.95%80.98%-
HSV(B)7.62º26.47%93.33%-
XYZ59.9355.1448.04-
YUV198.53114.72156.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.93%
GREEN value IS 183 (71.88% from 255) = 30.70%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=39.93%
G=30.70%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818317500.230.260.077.6264.9580.98
HexEEB7AF0171A784151
Octal35626725702732710101121
Binary11101110101101111010111101011111010111100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB7AF; }

 p { color: rgb(238,183,175); }

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

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

 a { background-color: rgb(238,183,175); }

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

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

 span { border-color: rgb(238,183,175); }

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