#EFEEEA

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

Shades of Alabaster #EFEEEA

Tints of Alabaster #EFEEEA

Color information

#EFEEEA (or 0xEFEEEA) is unknown color: approx Alabaster. HEX triplet: EF, EE and EA. RGB value is (239,238,234). Sum of RGB (Red+Green+Blue) = 239+238+234=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 234 (91.80% from 255 or 32.91% from 711); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEEA is #101115. Grayscale: #EDEDED. Windows color (decimal): -1052950 or 15396591. OLE color: 15396591.

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

Color convert

RGB239238234-
CMYK00.000.020.06
HSL48º13.51%92.75%-
HSV(B)48º2.09%93.73%-
XYZ81.0285.4490.06-
YUV237.84125.83128.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.61%
GREEN value IS 238 (93.36% from 255) = 33.47%
BLUE value IS 234 (91.80% from 255) = 32.91%
R=33.61%
G=33.47%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923823400.000.020.064813.5192.75
HexEFEEEA002630e5d
Octal35735635200266016135
Binary111011111110111011101010001011011000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEEA; }

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

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

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

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

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

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

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

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