#E6E1BA

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

Shades of Coconut Cream #E6E1BA

Tints of Coconut Cream #E6E1BA

Color information

#E6E1BA (or 0xE6E1BA) is unknown color: approx Coconut Cream. HEX triplet: E6, E1 and BA. RGB value is (230,225,186). Sum of RGB (Red+Green+Blue) = 230+225+186=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E1BA is #191E45. Grayscale: #DEDEDE. Windows color (decimal): -1646150 or 12247526. OLE color: 12247526.

HSL color Cylindrical-coordinate representation of color #E6E1BA: hue angle of 53.18º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6E1BA is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230225186-
CMYK00.020.190.10
HSL53.18º46.81%81.57%-
HSV(B)53.18º19.13%90.2%-
XYZ68.4274.2257.17-
YUV222.05107.66133.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.88%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 186 (73.05% from 255) = 29.02%
R=35.88%
G=35.10%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022518600.020.190.1053.1846.8181.57
HexE6E1BA0213A352f52
Octal3463412720223126557122
Binary1110011011100001101110100101001110101101011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E1BA; }

 p { color: rgb(230,225,186); }

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

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

 a { background-color: rgb(230,225,186); }

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

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

 span { border-color: rgb(230,225,186); }

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