#EFEDE6

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

Shades of Alabaster #EFEDE6

Tints of Alabaster #EFEDE6

Color information

#EFEDE6 (or 0xEFEDE6) is unknown color: approx Alabaster. HEX triplet: EF, ED and E6. RGB value is (239,237,230). Sum of RGB (Red+Green+Blue) = 239+237+230=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 230 (90.23% from 255 or 32.58% from 706); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDE6 is #101219. Grayscale: #ECECEC. Windows color (decimal): -1053210 or 15134191. OLE color: 15134191.

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

Color convert

RGB239237230-
CMYK00.010.040.06
HSL46.67º21.95%91.96%-
HSV(B)46.67º3.77%93.73%-
XYZ80.1684.6386.97-
YUV236.8124.16129.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.85%
GREEN value IS 237 (92.97% from 255) = 33.57%
BLUE value IS 230 (90.23% from 255) = 32.58%
R=33.85%
G=33.57%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923723000.010.040.0646.6721.9591.96
HexEFEDE601462f165c
Octal35735534601465726134
Binary11101111111011011110011001100110101111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDE6; }

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

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

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

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

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

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

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

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