#EEE5BA

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

Shades of Half Colonial White #EEE5BA

Tints of Half Colonial White #EEE5BA

Color information

#EEE5BA (or 0xEEE5BA) is unknown color: approx Half Colonial White. HEX triplet: EE, E5 and BA. RGB value is (238,229,186). Sum of RGB (Red+Green+Blue) = 238+229+186=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5BA is #111A45. Grayscale: #E2E2E2. Windows color (decimal): -1120838 or 12248558. OLE color: 12248558.

HSL color Cylindrical-coordinate representation of color #EEE5BA: hue angle of 49.62º 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 #EEE5BA is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238229186-
CMYK00.040.220.07
HSL49.62º60.47%83.14%-
HSV(B)49.62º21.85%93.33%-
XYZ72.1477.7657.66-
YUV226.79104.98136-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 229 (89.84% from 255) = 35.07%
BLUE value IS 186 (73.05% from 255) = 28.48%
R=36.45%
G=35.07%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822918600.040.220.0749.6260.4783.14
HexEEE5BA04167323c53
Octal356345272042676274123
Binary1110111011100101101110100100101101111100101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5BA; }

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

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

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

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

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

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

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

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