#EFE3D1

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

Shades of Quarter Spanish White #EFE3D1

Tints of Quarter Spanish White #EFE3D1

Color information

#EFE3D1 (or 0xEFE3D1) is unknown color: approx Quarter Spanish White. HEX triplet: EF, E3 and D1. RGB value is (239,227,209). Sum of RGB (Red+Green+Blue) = 239+227+209=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 227 (89.06% from 255 or 33.63% from 675); Blue value is 209 (82.03% from 255 or 30.96% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3D1 is #101C2E. Grayscale: #E4E4E4. Windows color (decimal): -1055791 or 13755375. OLE color: 13755375.

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

Color convert

RGB239227209-
CMYK00.050.130.06
HSL36º48.39%87.84%-
HSV(B)36º12.55%93.73%-
XYZ74.5777.8971.43-
YUV228.54116.98135.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 227 (89.06% from 255) = 33.63%
BLUE value IS 209 (82.03% from 255) = 30.96%
R=35.41%
G=33.63%
B=30.96%

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
Decimal23922720900.050.130.063648.3987.84
HexEFE3D105D6243058
Octal357343321051564460130
Binary111011111110001111010001010111011101001001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3D1; }

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

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

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

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

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

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

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

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