#EEB9AF

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

Shades of Beauty Bush #EEB9AF

Tints of Beauty Bush #EEB9AF

Color information

#EEB9AF (or 0xEEB9AF) is unknown color: approx Beauty Bush. HEX triplet: EE, B9 and AF. RGB value is (238,185,175). Sum of RGB (Red+Green+Blue) = 238+185+175=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB9AF is #114650. Grayscale: #C7C7C7. Windows color (decimal): -1132113 or 11516398. OLE color: 11516398.

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

Color convert

RGB238185175-
CMYK00.220.260.07
HSL9.52º64.95%80.98%-
HSV(B)9.52º26.47%93.33%-
XYZ60.3555.9748.18-
YUV199.71114.06155.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.80%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=39.80%
G=30.94%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818517500.220.260.079.5264.9580.98
HexEEB9AF0161A7a4151
Octal35627125702632712101121
Binary11101110101110011010111101011011010111101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB9AF; }

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

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

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

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

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

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

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

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