#EFE5D4

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

Shades of Quarter Spanish White #EFE5D4

Tints of Quarter Spanish White #EFE5D4

Color information

#EFE5D4 (or 0xEFE5D4) is unknown color: approx Quarter Spanish White. HEX triplet: EF, E5 and D4. RGB value is (239,229,212). Sum of RGB (Red+Green+Blue) = 239+229+212=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 212 (83.20% from 255 or 31.18% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5D4 is #101A2B. Grayscale: #E6E6E6. Windows color (decimal): -1055276 or 13952495. OLE color: 13952495.

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

Color convert

RGB239229212-
CMYK00.040.110.06
HSL37.78º45.76%88.43%-
HSV(B)37.78º11.3%93.73%-
XYZ75.579.1473.58-
YUV230.05117.81134.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 229 (89.84% from 255) = 33.68%
BLUE value IS 212 (83.20% from 255) = 31.18%
R=35.15%
G=33.68%
B=31.18%

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
Decimal23922921200.040.110.0637.7845.7688.43
HexEFE5D404B6262e58
Octal357345324041364656130
Binary111011111110010111010100010010111101001101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5D4; }

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

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

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

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

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

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

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

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