#EFE0DC

Color #EFE0DC Remy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Remy #EFE0DC

Tints of Remy #EFE0DC

Color information

#EFE0DC (or 0xEFE0DC) is unknown color: approx Remy. HEX triplet: EF, E0 and DC. RGB value is (239,224,220). Sum of RGB (Red+Green+Blue) = 239+224+220=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0DC is #101F23. Grayscale: #E4E4E4. Windows color (decimal): -1056548 or 14475503. OLE color: 14475503.

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

Color convert

RGB239224220-
CMYK00.060.080.06
HSL12.63º37.25%90%-
HSV(B)12.63º7.95%93.73%-
XYZ75.1776.8378.58-
YUV228.03123.47135.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 224 (87.89% from 255) = 32.80%
BLUE value IS 220 (86.33% from 255) = 32.21%
R=34.99%
G=32.80%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922422000.060.080.0612.6337.2590
HexEFE0DC0686d255a
Octal357340334061061545132
Binary1110111111100000110111000110100011011011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0DC; }

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

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

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

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

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

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

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

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