Html Css Color HEX #EFEEE4 Alabaster

📋 copy color: '#EFEEE4'

red 239 ◦ green 238 ◦ blue 228

#EFEEE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alabaster #EFEEE4

Tints of Alabaster #EFEEE4

RGB

 RED value IS 239 (93.75% from 255) = 33.9%

 GREEN value IS 238 (93.36% from 255) = 33.76%

 BLUE value IS 228 (89.45% from 255) = 32.34%

R = 33.9%
G = 33.76%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFEEE4 (or 0xEFEEE4) is known color: 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

RGB 239 238 228 -
CMYK 0 0.00 0.05 0.06
HSL 54.55º 0.26% 0.92% -
HSV(B) 54.55º 0.05% 0.94% -
XYZ 80.17 85.1 85.6 -
YUV 237.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 239 238 228 0 0.00 0.05 0.06 54.55 0.26 0.92
Hex EF EE E4 0 0 5 6 37 1A 5C
Octal 357 356 344 0 0 5 6 67 32 134
Binary 11101111 11101110 11100100 0 0 101 110 110111 11010 1011100

Color Harmonies of #EFEEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEE4

Black with #EFEEE4

Text Example


Text Example

White with #EFEEE4

Text Example


Text Example

HTML Codes & Css Web 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>