#EACEBE

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

Shades of Watusi #EACEBE

Tints of Watusi #EACEBE

Color information

#EACEBE (or 0xEACEBE) is unknown color: approx Watusi. HEX triplet: EA, CE and BE. RGB value is (234,206,190). Sum of RGB (Red+Green+Blue) = 234+206+190=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEBE is #153141. Grayscale: #D4D4D4. Windows color (decimal): -1388866 or 12504810. OLE color: 12504810.

HSL color Cylindrical-coordinate representation of color #EACEBE: hue angle of 21.82º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EACEBE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234206190-
CMYK00.120.190.08
HSL21.82º51.16%83.14%-
HSV(B)21.82º18.8%91.76%-
XYZ65.365.3557.89-
YUV212.55115.28143.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=37.14%
G=32.70%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420619000.120.190.0821.8251.1683.14
HexEACEBE0C138163353
Octal35231627601423102663123
Binary11101010110011101011111001100100111000101101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEBE; }

 p { color: rgb(234,206,190); }

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

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

 a { background-color: rgb(234,206,190); }

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

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

 span { border-color: rgb(234,206,190); }

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