Html Css Color HEX #EFEDE5 Alabaster

📋 copy color: '#EFEDE5'

red 239 ◦ green 237 ◦ blue 229

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

Shades of Alabaster #EFEDE5

Tints of Alabaster #EFEDE5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.62%

 BLUE value IS 229 (89.84% from 255) = 32.48%

R = 33.9%
G = 33.62%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFEDE5 (or 0xEFEDE5) is known color: Alabaster. HEX triplet: EF, ED and E5. RGB value is (239,237,229). Sum of RGB (Red+Green+Blue) = 239+237+229=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDE5 is #10121A. Grayscale: #ECECEC. Windows color (decimal): -1053211 or 15068655. OLE color: 15068655.

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

Color convert

RGB 239 237 229 -
CMYK 0 0.01 0.04 0.06
HSL 48º 0.24% 0.92% -
HSV(B) 48º 0.04% 0.94% -
XYZ 80.02 84.58 86.24 -
YUV 236.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 239 237 229 0 0.01 0.04 0.06 48 0.24 0.92
Hex EF ED E5 0 1 4 6 30 18 5C
Octal 357 355 345 0 1 4 6 60 30 134
Binary 11101111 11101101 11100101 0 1 100 110 110000 11000 1011100

Color Harmonies of #EFEDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDE5

Black with #EFEDE5

Text Example


Text Example

White with #EFEDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDE5; }

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

 H1.HeaderClassName
 {
   color: #EFEDE5;
 }
 .AnyTagClassName
 {
   color: #EFEDE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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