#EEC4BE

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

Shades of Beauty Bush #EEC4BE

Tints of Beauty Bush #EEC4BE

Color information

#EEC4BE (or 0xEEC4BE) is unknown color: approx Beauty Bush. HEX triplet: EE, C4 and BE. RGB value is (238,196,190). Sum of RGB (Red+Green+Blue) = 238+196+190=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4BE is #113B41. Grayscale: #CFCFCF. Windows color (decimal): -1129282 or 12502254. OLE color: 12502254.

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

Color convert

RGB238196190-
CMYK00.180.200.07
HSL7.5º58.54%83.92%-
HSV(B)7.5º20.17%93.33%-
XYZ64.2961.3757.17-
YUV207.87117.91149.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 196 (76.95% from 255) = 31.41%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=38.14%
G=31.41%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819619000.180.200.077.558.5483.92
HexEEC4BE01214783b54
Octal3563042760222471073124
Binary1110111011000100101111100100101010011110001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4BE; }

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

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

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

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

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

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

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

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