#EAEEDD

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

Shades of Black Squeeze #EAEEDD

Tints of Black Squeeze #EAEEDD

Color information

#EAEEDD (or 0xEAEEDD) is unknown color: approx Black Squeeze. HEX triplet: EA, EE and DD. RGB value is (234,238,221). Sum of RGB (Red+Green+Blue) = 234+238+221=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEEDD is #151122. Grayscale: #EAEAEA. Windows color (decimal): -1380643 or 14544618. OLE color: 14544618.

HSL color Cylindrical-coordinate representation of color #EAEEDD: hue angle of 74.12º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAEEDD is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB234238221-
CMYK0.0200.070.07
HSL74.12º33.33%90%-
HSV(B)74.12º7.14%93.33%-
XYZ77.5683.8680.51-
YUV234.87120.17127.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 238 (93.36% from 255) = 34.34%
BLUE value IS 221 (86.72% from 255) = 31.89%
R=33.77%
G=34.34%
B=31.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342382210.0200.070.0774.1233.3390
HexEAEEDD20774a215a
Octal352356335207711241132
Binary11101010111011101101110110011111110010101000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEDD; }

 p { color: rgb(234,238,221); }

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

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

 a { background-color: rgb(234,238,221); }

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

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

 span { border-color: rgb(234,238,221); }

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