#EEE7BF

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

Shades of Half And Half #EEE7BF

Tints of Half And Half #EEE7BF

Color information

#EEE7BF (or 0xEEE7BF) is unknown color: approx Half And Half. HEX triplet: EE, E7 and BF. RGB value is (238,231,191). Sum of RGB (Red+Green+Blue) = 238+231+191=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE7BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE7BF is #111840. Grayscale: #E4E4E4. Windows color (decimal): -1120321 or 12576750. OLE color: 12576750.

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

Color convert

RGB238231191-
CMYK00.030.200.07
HSL51.06º58.02%84.12%-
HSV(B)51.06º19.75%93.33%-
XYZ73.2479.0960.7-
YUV228.53106.82134.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.06%
GREEN value IS 231 (90.62% from 255) = 35%
BLUE value IS 191 (75% from 255) = 28.94%
R=36.06%
G=35%
B=28.94%

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
Decimal23823119100.030.200.0751.0658.0284.12
HexEEE7BF03147333a54
Octal356347277032476372124
Binary111011101110011110111111011101001111100111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE7BF; }

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

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

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

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

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

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

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

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