#EFECEF

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

Shades of Selago #EFECEF

Tints of Selago #EFECEF

Color information

#EFECEF (or 0xEFECEF) is unknown color: approx Selago. HEX triplet: EF, EC and EF. RGB value is (239,236,239). Sum of RGB (Red+Green+Blue) = 239+236+239=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 236 (92.58% from 255 or 33.05% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFECEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECEF is #101310. Grayscale: #EDEDED. Windows color (decimal): -1053457 or 15723759. OLE color: 15723759.

HSL color Cylindrical-coordinate representation of color #EFECEF: hue angle of 300º degrees, saturation: 0.09, 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 #EFECEF is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239236239-
CMYK00.0100.06
HSL300º8.57%93.14%-
HSV(B)300º1.26%93.73%-
XYZ81.1784.5793.71-
YUV237.24128.99129.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.47%
GREEN value IS 236 (92.58% from 255) = 33.05%
BLUE value IS 239 (93.75% from 255) = 33.47%
R=33.47%
G=33.05%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923623900.0100.063008.5793.14
HexEFECEF010612c95d
Octal357354357010645411135
Binary11101111111011001110111101011010010110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECEF; }

 p { color: rgb(239,236,239); }

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

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

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

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

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

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

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