#EFEEE4

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

Shades of Alabaster #EFEEE4

Tints of Alabaster #EFEEE4

Color information

#EFEEE4 (or 0xEFEEE4) is unknown color: approx Alabaster. HEX triplet: EF, EE and E4. RGB value is (239,238,228). Sum of RGB (Red+Green+Blue) = 239+238+228=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 228 (89.45% from 255 or 32.34% from 705); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEE4 is #10111B. Grayscale: #EDEDED. Windows color (decimal): -1052956 or 15003375. OLE color: 15003375.

HSL color Cylindrical-coordinate representation of color #EFEEE4: hue angle of 54.55º 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 #EFEEE4 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239238228-
CMYK00.000.050.06
HSL54.55º25.58%91.57%-
HSV(B)54.55º4.6%93.73%-
XYZ80.1785.185.6-
YUV237.16122.83129.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 238 (93.36% from 255) = 33.76%
BLUE value IS 228 (89.45% from 255) = 32.34%
R=33.90%
G=33.76%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923822800.000.050.0654.5525.5891.57
HexEFEEE40056371a5c
Octal35735634400566732134
Binary11101111111011101110010000101110110111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEE4; }

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

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

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

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

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

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

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

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