#EEE3BF

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

Shades of Half Colonial White #EEE3BF

Tints of Half Colonial White #EEE3BF

Color information

#EEE3BF (or 0xEEE3BF) is unknown color: approx Half Colonial White. HEX triplet: EE, E3 and BF. RGB value is (238,227,191). Sum of RGB (Red+Green+Blue) = 238+227+191=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE3BF is #111C40. Grayscale: #E2E2E2. Windows color (decimal): -1121345 or 12575726. OLE color: 12575726.

HSL color Cylindrical-coordinate representation of color #EEE3BF: hue angle of 45.96º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEE3BF is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238227191-
CMYK00.050.200.07
HSL45.96º58.02%84.12%-
HSV(B)45.96º19.75%93.33%-
XYZ72.1376.8860.33-
YUV226.18108.14136.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.28%
GREEN value IS 227 (89.06% from 255) = 34.60%
BLUE value IS 191 (75% from 255) = 29.12%
R=36.28%
G=34.60%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822719100.050.200.0745.9658.0284.12
HexEEE3BF051472e3a54
Octal356343277052475672124
Binary1110111011100011101111110101101001111011101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE3BF; }

 p { color: rgb(238,227,191); }

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

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

 a { background-color: rgb(238,227,191); }

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

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

 span { border-color: rgb(238,227,191); }

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