Html Css Color HEX #E9EDDA Black Squeeze

📋 copy color: '#E9EDDA'

red 233 ◦ green 237 ◦ blue 218

#E9EDDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Squeeze #E9EDDA

Tints of Black Squeeze #E9EDDA

RGB

 RED value IS 233 (91.41% from 255) = 33.87%

 GREEN value IS 237 (92.97% from 255) = 34.45%

 BLUE value IS 218 (85.55% from 255) = 31.69%

R = 33.87%
G = 34.45%
B = 31.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#E9EDDA (or 0xE9EDDA) is known color: Black Squeeze. HEX triplet: E9, ED and DA. RGB value is (233,237,218). Sum of RGB (Red+Green+Blue) = 233+237+218=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 237 - color contains mainly: green. Hex color #E9EDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EDDA is #161225. Grayscale: #E9E9E9. Windows color (decimal): -1446438 or 14347753. OLE color: 14347753.

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

Color convert

RGB 233 237 218 -
CMYK 0.02 0 0.08 0.07
HSL 72.63º 0.35% 0.89% -
HSV(B) 72.63º 0.08% 0.93% -
XYZ 76.54 82.95 78.31 -
YUV 233.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 233 237 218 0.02 0 0.08 0.07 72.63 0.35 0.89
Hex E9 ED DA 2 0 8 7 49 23 59
Octal 351 355 332 2 0 10 7 111 43 131
Binary 11101001 11101101 11011010 10 0 1000 111 1001001 100011 1011001

Color Harmonies of #E9EDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9EDDA

Black with #E9EDDA

Text Example


Text Example

White with #E9EDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9EDDA; }

 p { color: rgb(233,237,218); }

 H1.HeaderClassName
 {
   color: #E9EDDA;
 }
 .AnyTagClassName
 {
   color: #E9EDDA;
 }
</style>

background-color css

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

 a { background-color: rgb(233,237,218); }

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

border-color css

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

 span { border-color: rgb(233,237,218); }

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