#EEE7BE

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

Shades of Half And Half #EEE7BE

Tints of Half And Half #EEE7BE

Color information

#EEE7BE (or 0xEEE7BE) is unknown color: approx Half And Half. HEX triplet: EE, E7 and BE. RGB value is (238,231,190). Sum of RGB (Red+Green+Blue) = 238+231+190=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE7BE is #111841. Grayscale: #E4E4E4. Windows color (decimal): -1120322 or 12511214. OLE color: 12511214.

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

Color convert

RGB238231190-
CMYK00.030.200.07
HSL51.25º58.54%83.92%-
HSV(B)51.25º20.17%93.33%-
XYZ73.1379.0560.12-
YUV228.42106.32134.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.12%
GREEN value IS 231 (90.62% from 255) = 35.05%
BLUE value IS 190 (74.61% from 255) = 28.83%
R=36.12%
G=35.05%
B=28.83%

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
Decimal23823119000.030.200.0751.2558.5483.92
HexEEE7BE03147333b54
Octal356347276032476373124
Binary111011101110011110111110011101001111100111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE7BE; }

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

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

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

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

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

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

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

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