#EFE6D5

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

Shades of Quarter Spanish White #EFE6D5

Tints of Quarter Spanish White #EFE6D5

Color information

#EFE6D5 (or 0xEFE6D5) is unknown color: approx Quarter Spanish White. HEX triplet: EF, E6 and D5. RGB value is (239,230,213). Sum of RGB (Red+Green+Blue) = 239+230+213=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 213 (83.59% from 255 or 31.23% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6D5 is #10192A. Grayscale: #E6E6E6. Windows color (decimal): -1055019 or 14018287. OLE color: 14018287.

HSL color Cylindrical-coordinate representation of color #EFE6D5: hue angle of 39.23º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE6D5 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB239230213-
CMYK00.040.110.06
HSL39.23º44.83%88.63%-
HSV(B)39.23º10.88%93.73%-
XYZ75.979.7574.34-
YUV230.75117.98133.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 230 (90.23% from 255) = 33.72%
BLUE value IS 213 (83.59% from 255) = 31.23%
R=35.04%
G=33.72%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923021300.040.110.0639.2344.8388.63
HexEFE6D504B6272d59
Octal357346325041364755131
Binary111011111110011011010101010010111101001111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6D5; }

 p { color: rgb(239,230,213); }

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

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

 a { background-color: rgb(239,230,213); }

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

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

 span { border-color: rgb(239,230,213); }

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