#EFEDE4

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

Shades of Alabaster #EFEDE4

Tints of Alabaster #EFEDE4

Color information

#EFEDE4 (or 0xEFEDE4) is unknown color: approx Alabaster. HEX triplet: EF, ED and E4. RGB value is (239,237,228). Sum of RGB (Red+Green+Blue) = 239+237+228=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 228 (89.45% from 255 or 32.39% from 704); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDE4 is #10121B. Grayscale: #ECECEC. Windows color (decimal): -1053212 or 15003119. OLE color: 15003119.

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

Color convert

RGB239237228-
CMYK00.010.050.06
HSL49.09º25.58%91.57%-
HSV(B)49.09º4.6%93.73%-
XYZ79.8884.5285.5-
YUV236.57123.16129.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 228 (89.45% from 255) = 32.39%
R=33.95%
G=33.66%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923722800.010.050.0649.0925.5891.57
HexEFEDE40156311a5c
Octal35735534401566132134
Binary11101111111011011110010001101110110001110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDE4; }

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

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

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

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

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

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

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

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