#EFEEED

Color #EFEEED Hint Of Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Red #EFEEED

Tints of Hint Of Red #EFEEED

Color information

#EFEEED (or 0xEFEEED) is unknown color: approx Hint Of Red. HEX triplet: EF, EE and ED. RGB value is (239,238,237). Sum of RGB (Red+Green+Blue) = 239+238+237=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEED is #101112. Grayscale: #EEEEEE. Windows color (decimal): -1052947 or 15593199. OLE color: 15593199.

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

Color convert

RGB239238237-
CMYK00.000.010.06
HSL30º5.88%93.33%-
HSV(B)30º0.84%93.73%-
XYZ81.4685.6192.35-
YUV238.18127.33128.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.47%
GREEN value IS 238 (93.36% from 255) = 33.33%
BLUE value IS 237 (92.97% from 255) = 33.19%
R=33.47%
G=33.33%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923823700.000.010.06305.8893.33
HexEFEEED00161e65d
Octal3573563550016366135
Binary111011111110111011101101001110111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEED; }

 p { color: rgb(239,238,237); }

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

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

 a { background-color: rgb(239,238,237); }

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

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

 span { border-color: rgb(239,238,237); }

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