#EAEBE5

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

Shades of Black Squeeze #EAEBE5

Tints of Black Squeeze #EAEBE5

Color information

#EAEBE5 (or 0xEAEBE5) is unknown color: approx Black Squeeze. HEX triplet: EA, EB and E5. RGB value is (234,235,229). Sum of RGB (Red+Green+Blue) = 234+235+229=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 229 (89.84% from 255 or 32.81% from 698); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBE5 is #15141A. Grayscale: #EAEAEA. Windows color (decimal): -1381403 or 15068138. OLE color: 15068138.

HSL color Cylindrical-coordinate representation of color #EAEBE5: hue angle of 70º degrees, saturation: 0.13, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAEBE5 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234235229-
CMYK0.0000.030.08
HSL70º13.04%90.98%-
HSV(B)70º2.55%92.16%-
XYZ77.7882.5785.97-
YUV234.02125.17127.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.52%
GREEN value IS 235 (92.19% from 255) = 33.67%
BLUE value IS 229 (89.84% from 255) = 32.81%
R=33.52%
G=33.67%
B=32.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342352290.0000.030.087013.0490.98
HexEAEBE5003846d5b
Octal3523533450031010615133
Binary11101010111010111110010100111000100011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBE5; }

 p { color: rgb(234,235,229); }

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

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

 a { background-color: rgb(234,235,229); }

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

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

 span { border-color: rgb(234,235,229); }

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