#EEE4BC

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

Shades of Half Colonial White #EEE4BC

Tints of Half Colonial White #EEE4BC

Color information

#EEE4BC (or 0xEEE4BC) is unknown color: approx Half Colonial White. HEX triplet: EE, E4 and BC. RGB value is (238,228,188). Sum of RGB (Red+Green+Blue) = 238+228+188=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4BC is #111B43. Grayscale: #E2E2E2. Windows color (decimal): -1121092 or 12379374. OLE color: 12379374.

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

Color convert

RGB238228188-
CMYK00.040.210.07
HSL48º59.52%83.53%-
HSV(B)48º21.01%93.33%-
XYZ72.0877.2958.7-
YUV226.43106.31136.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 188 (73.83% from 255) = 28.75%
R=36.39%
G=34.86%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822818800.040.210.074859.5283.53
HexEEE4BC04157303c54
Octal356344274042576074124
Binary1110111011100100101111000100101011111100001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE4BC; }

 p { color: rgb(238,228,188); }

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

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

 a { background-color: rgb(238,228,188); }

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

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

 span { border-color: rgb(238,228,188); }

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