#EEE6BE

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

Shades of Half Colonial White #EEE6BE

Tints of Half Colonial White #EEE6BE

Color information

#EEE6BE (or 0xEEE6BE) is unknown color: approx Half Colonial White. HEX triplet: EE, E6 and BE. RGB value is (238,230,190). Sum of RGB (Red+Green+Blue) = 238+230+190=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE6BE is #111941. Grayscale: #E3E3E3. Windows color (decimal): -1120578 or 12510958. OLE color: 12510958.

HSL color Cylindrical-coordinate representation of color #EEE6BE: hue angle of 50º degrees, saturation: 0.59, 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 #EEE6BE is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238230190-
CMYK00.030.200.07
HSL50º58.54%83.92%-
HSV(B)50º20.17%93.33%-
XYZ72.8578.4960.03-
YUV227.83106.65135.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.17%
GREEN value IS 230 (90.23% from 255) = 34.95%
BLUE value IS 190 (74.61% from 255) = 28.88%
R=36.17%
G=34.95%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823019000.030.200.075058.5483.92
HexEEE6BE03147323b54
Octal356346276032476273124
Binary111011101110011010111110011101001111100101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE6BE; }

 p { color: rgb(238,230,190); }

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

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

 a { background-color: rgb(238,230,190); }

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

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

 span { border-color: rgb(238,230,190); }

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