#E8CFBE

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

Shades of Watusi #E8CFBE

Tints of Watusi #E8CFBE

Color information

#E8CFBE (or 0xE8CFBE) is unknown color: approx Watusi. HEX triplet: E8, CF and BE. RGB value is (232,207,190). Sum of RGB (Red+Green+Blue) = 232+207+190=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFBE is #173041. Grayscale: #D4D4D4. Windows color (decimal): -1519682 or 12505064. OLE color: 12505064.

HSL color Cylindrical-coordinate representation of color #E8CFBE: hue angle of 24.29º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8CFBE is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB232207190-
CMYK00.110.180.09
HSL24.29º47.73%82.75%-
HSV(B)24.29º18.1%90.98%-
XYZ64.8965.557.94-
YUV212.54115.28141.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.88%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=36.88%
G=32.91%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220719000.110.180.0924.2947.7382.75
HexE8CFBE0B129183053
Octal35031727601322113060123
Binary11101000110011111011111001011100101001110001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFBE; }

 p { color: rgb(232,207,190); }

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

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

 a { background-color: rgb(232,207,190); }

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

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

 span { border-color: rgb(232,207,190); }

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