Html Css Color HEX #EFEEEA Alabaster

📋 copy color: '#EFEEEA'

red 239 ◦ green 238 ◦ blue 234

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

Shades of Alabaster #EFEEEA

Tints of Alabaster #EFEEEA

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.8% from 255) = 32.91%

R = 33.61%
G = 33.47%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

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

RGB 239 238 234 -
CMYK 0 0.00 0.02 0.06
HSL 48º 0.14% 0.93% -
HSV(B) 48º 0.02% 0.94% -
XYZ 81.02 85.44 90.06 -
YUV 237.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 239 238 234 0 0.00 0.02 0.06 48 0.14 0.93
Hex EF EE EA 0 0 2 6 30 E 5D
Octal 357 356 352 0 0 2 6 60 16 135
Binary 11101111 11101110 11101010 0 0 10 110 110000 1110 1011101

Color Harmonies of #EFEEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEEA

Black with #EFEEEA

Text Example


Text Example

White with #EFEEEA

Text Example


Text Example

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