#E6E2BA

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

Shades of Coconut Cream #E6E2BA

Tints of Coconut Cream #E6E2BA

Color information

#E6E2BA (or 0xE6E2BA) is unknown color: approx Coconut Cream. HEX triplet: E6, E2 and BA. RGB value is (230,226,186). Sum of RGB (Red+Green+Blue) = 230+226+186=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E2BA is #191D45. Grayscale: #DEDEDE. Windows color (decimal): -1645894 or 12247782. OLE color: 12247782.

HSL color Cylindrical-coordinate representation of color #E6E2BA: hue angle of 54.55º 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 #E6E2BA is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230226186-
CMYK00.020.190.10
HSL54.55º46.81%81.57%-
HSV(B)54.55º19.13%90.2%-
XYZ68.6974.7657.26-
YUV222.64107.33133.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.83%
GREEN value IS 226 (88.67% from 255) = 35.20%
BLUE value IS 186 (73.05% from 255) = 28.97%
R=35.83%
G=35.20%
B=28.97%

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
Decimal23022618600.020.190.1054.5546.8181.57
HexE6E2BA0213A372f52
Octal3463422720223126757122
Binary1110011011100010101110100101001110101101111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E2BA; }

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

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

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

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

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

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

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

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