#EFE4D1

Color #EFE4D1 Quarter Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quarter Spanish White #EFE4D1

Tints of Quarter Spanish White #EFE4D1

Color information

#EFE4D1 (or 0xEFE4D1) is unknown color: approx Quarter Spanish White. HEX triplet: EF, E4 and D1. RGB value is (239,228,209). Sum of RGB (Red+Green+Blue) = 239+228+209=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 209 (82.03% from 255 or 30.92% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4D1 is #101B2E. Grayscale: #E5E5E5. Windows color (decimal): -1055535 or 13755631. OLE color: 13755631.

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

Color convert

RGB239228209-
CMYK00.050.130.06
HSL38º48.39%87.84%-
HSV(B)38º12.55%93.73%-
XYZ74.8578.4471.52-
YUV229.12116.64135.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 228 (89.45% from 255) = 33.73%
BLUE value IS 209 (82.03% from 255) = 30.92%
R=35.36%
G=33.73%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922820900.050.130.063848.3987.84
HexEFE4D105D6263058
Octal357344321051564660130
Binary111011111110010011010001010111011101001101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4D1; }

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

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

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

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

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

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

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

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