#EFE0CF

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

Shades of Quarter Spanish White #EFE0CF

Tints of Quarter Spanish White #EFE0CF

Color information

#EFE0CF (or 0xEFE0CF) is unknown color: approx Quarter Spanish White. HEX triplet: EF, E0 and CF. RGB value is (239,224,207). Sum of RGB (Red+Green+Blue) = 239+224+207=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0CF is #101F30. Grayscale: #E2E2E2. Windows color (decimal): -1056561 or 13623535. OLE color: 13623535.

HSL color Cylindrical-coordinate representation of color #EFE0CF: hue angle of 31.88º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFE0CF is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239224207-
CMYK00.060.130.06
HSL31.88º50%87.45%-
HSV(B)31.88º13.39%93.73%-
XYZ73.5176.1769.86-
YUV226.55116.97136.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 224 (87.89% from 255) = 33.43%
BLUE value IS 207 (81.25% from 255) = 30.90%
R=35.67%
G=33.43%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922420700.060.130.0631.885087.45
HexEFE0CF06D6203257
Octal357340317061564062127
Binary111011111110000011001111011011011101000001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0CF; }

 p { color: rgb(239,224,207); }

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

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

 a { background-color: rgb(239,224,207); }

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

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

 span { border-color: rgb(239,224,207); }

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