Html Css Color HEX #EFE1D1 Quarter Spanish White

📋 copy color: '#EFE1D1'

red 239 ◦ green 225 ◦ blue 209

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

Shades of Quarter Spanish White #EFE1D1

Tints of Quarter Spanish White #EFE1D1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.43%

 BLUE value IS 209 (82.03% from 255) = 31.05%

R = 35.51%
G = 33.43%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFE1D1 (or 0xEFE1D1) is known color: Quarter Spanish White. HEX triplet: EF, E1 and D1. RGB value is (239,225,209). Sum of RGB (Red+Green+Blue) = 239+225+209=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 209 (82.03% from 255 or 31.05% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1D1 is #101E2E. Grayscale: #E3E3E3. Windows color (decimal): -1056303 or 13754863. OLE color: 13754863.

HSL color Cylindrical-coordinate representation of color #EFE1D1: hue angle of 32º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFE1D1 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 225 209 -
CMYK 0 0.06 0.13 0.06
HSL 32º 0.48% 0.88% -
HSV(B) 32º 0.13% 0.94% -
XYZ 74.03 76.8 71.24 -
YUV 227.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 239 225 209 0 0.06 0.13 0.06 32 0.48 0.88
Hex EF E1 D1 0 6 D 6 20 30 58
Octal 357 341 321 0 6 15 6 40 60 130
Binary 11101111 11100001 11010001 0 110 1101 110 100000 110000 1011000

Color Harmonies of #EFE1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1D1

Black with #EFE1D1

Text Example


Text Example

White with #EFE1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1D1; }

 p { color: rgb(239,225,209); }

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

background-color css

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

 a { background-color: rgb(239,225,209); }

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

border-color css

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

 span { border-color: rgb(239,225,209); }

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