#EFE5D1

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

Shades of Quarter Spanish White #EFE5D1

Tints of Quarter Spanish White #EFE5D1

Color information

#EFE5D1 (or 0xEFE5D1) is unknown color: approx Quarter Spanish White. HEX triplet: EF, E5 and D1. RGB value is (239,229,209). Sum of RGB (Red+Green+Blue) = 239+229+209=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 209 (82.03% from 255 or 30.87% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5D1 is #101A2E. Grayscale: #E5E5E5. Windows color (decimal): -1055279 or 13755887. OLE color: 13755887.

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

Color convert

RGB239229209-
CMYK00.040.130.06
HSL40º48.39%87.84%-
HSV(B)40º12.55%93.73%-
XYZ75.1278.9971.61-
YUV229.71116.31134.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 229 (89.84% from 255) = 33.83%
BLUE value IS 209 (82.03% from 255) = 30.87%
R=35.30%
G=33.83%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922920900.040.130.064048.3987.84
HexEFE5D104D6283058
Octal357345321041565060130
Binary111011111110010111010001010011011101010001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5D1; }

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

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

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

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

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

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

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

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