#EFEEE5

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

Shades of Alabaster #EFEEE5

Tints of Alabaster #EFEEE5

Color information

#EFEEE5 (or 0xEFEEE5) is unknown color: approx Alabaster. HEX triplet: EF, EE and E5. RGB value is (239,238,229). Sum of RGB (Red+Green+Blue) = 239+238+229=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEE5 is #10111A. Grayscale: #EDEDED. Windows color (decimal): -1052955 or 15068911. OLE color: 15068911.

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

Color convert

RGB239238229-
CMYK00.000.040.06
HSL54º23.81%91.76%-
HSV(B)54º4.18%93.73%-
XYZ80.3185.1686.33-
YUV237.27123.33129.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.85%
GREEN value IS 238 (93.36% from 255) = 33.71%
BLUE value IS 229 (89.84% from 255) = 32.44%
R=33.85%
G=33.71%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923822900.000.040.065423.8191.76
HexEFEEE5004636185c
Octal35735634500466630134
Binary11101111111011101110010100100110110110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEE5; }

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

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

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

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

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

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

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

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