#EFEDEB

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

Shades of Hint Of Red #EFEDEB

Tints of Hint Of Red #EFEDEB

Color information

#EFEDEB (or 0xEFEDEB) is unknown color: approx Hint Of Red. HEX triplet: EF, ED and EB. RGB value is (239,237,235). Sum of RGB (Red+Green+Blue) = 239+237+235=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDEB is #101214. Grayscale: #EDEDED. Windows color (decimal): -1053205 or 15461871. OLE color: 15461871.

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

Color convert

RGB239237235-
CMYK00.010.020.06
HSL30º11.11%92.94%-
HSV(B)30º1.67%93.73%-
XYZ80.8884.9290.73-
YUV237.37126.66129.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.61%
GREEN value IS 237 (92.97% from 255) = 33.33%
BLUE value IS 235 (92.19% from 255) = 33.05%
R=33.61%
G=33.33%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923723500.010.020.063011.1192.94
HexEFEDEB01261eb5d
Octal35735535301263613135
Binary11101111111011011110101101101101111010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDEB; }

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

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

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

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

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

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

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

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