#EBEEE0

Color #EBEEE0 Black Squeeze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Squeeze #EBEEE0

Tints of Black Squeeze #EBEEE0

Color information

#EBEEE0 (or 0xEBEEE0) is unknown color: approx Black Squeeze. HEX triplet: EB, EE and E0. RGB value is (235,238,224). Sum of RGB (Red+Green+Blue) = 235+238+224=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEEE0 is #14111F. Grayscale: #EBEBEB. Windows color (decimal): -1315104 or 14741227. OLE color: 14741227.

HSL color Cylindrical-coordinate representation of color #EBEEE0: hue angle of 72.86º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBEEE0 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB235238224-
CMYK0.0100.060.07
HSL72.86º29.17%90.59%-
HSV(B)72.86º5.88%93.33%-
XYZ78.2984.1982.65-
YUV235.51121.51127.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.72%
GREEN value IS 238 (93.36% from 255) = 34.15%
BLUE value IS 224 (87.89% from 255) = 32.14%
R=33.72%
G=34.15%
B=32.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352382240.0100.060.0772.8629.1790.59
HexEBEEE01067491d5b
Octal353356340106711135133
Binary111010111110111011100000101101111001001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEEE0; }

 p { color: rgb(235,238,224); }

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

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

 a { background-color: rgb(235,238,224); }

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

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

 span { border-color: rgb(235,238,224); }

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