#EEE2BA

Color #EEE2BA Half Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Colonial White #EEE2BA

Tints of Half Colonial White #EEE2BA

Color information

#EEE2BA (or 0xEEE2BA) is unknown color: approx Half Colonial White. HEX triplet: EE, E2 and BA. RGB value is (238,226,186). Sum of RGB (Red+Green+Blue) = 238+226+186=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2BA is #111D45. Grayscale: #E1E1E1. Windows color (decimal): -1121606 or 12247790. OLE color: 12247790.

HSL color Cylindrical-coordinate representation of color #EEE2BA: hue angle of 46.15º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEE2BA is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238226186-
CMYK00.050.220.07
HSL46.15º60.47%83.14%-
HSV(B)46.15º21.85%93.33%-
XYZ71.3276.1257.39-
YUV225.03105.98137.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 186 (73.05% from 255) = 28.62%
R=36.62%
G=34.77%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822618600.050.220.0746.1560.4783.14
HexEEE2BA051672e3c53
Octal356342272052675674123
Binary1110111011100010101110100101101101111011101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE2BA; }

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

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

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

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

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

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

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

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