#EEBCAF

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

Shades of Beauty Bush #EEBCAF

Tints of Beauty Bush #EEBCAF

Color information

#EEBCAF (or 0xEEBCAF) is unknown color: approx Beauty Bush. HEX triplet: EE, BC and AF. RGB value is (238,188,175). Sum of RGB (Red+Green+Blue) = 238+188+175=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCAF is #114350. Grayscale: #C9C9C9. Windows color (decimal): -1131345 or 11517166. OLE color: 11517166.

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

Color convert

RGB238188175-
CMYK00.210.260.07
HSL12.38º64.95%80.98%-
HSV(B)12.38º26.47%93.33%-
XYZ60.9857.2448.39-
YUV201.47113.06154.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=39.60%
G=31.28%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818817500.210.260.0712.3864.9580.98
HexEEBCAF0151A7c4151
Octal35627425702532714101121
Binary11101110101111001010111101010111010111110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCAF; }

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

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

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

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

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

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

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

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