#EFD1C5

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

Shades of Bizarre #EFD1C5

Tints of Bizarre #EFD1C5

Color information

#EFD1C5 (or 0xEFD1C5) is unknown color: approx Bizarre. HEX triplet: EF, D1 and C5. RGB value is (239,209,197). Sum of RGB (Red+Green+Blue) = 239+209+197=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 197 (77.34% from 255 or 30.54% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1C5 is #102E3A. Grayscale: #D8D8D8. Windows color (decimal): -1060411 or 12964335. OLE color: 12964335.

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

Color convert

RGB239209197-
CMYK00.130.180.06
HSL17.14º56.76%85.49%-
HSV(B)17.14º17.57%93.73%-
XYZ68.4867.9862.34-
YUV216.6116.94143.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 209 (82.03% from 255) = 32.40%
BLUE value IS 197 (77.34% from 255) = 30.54%
R=37.05%
G=32.40%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920919700.130.180.0617.1456.7685.49
HexEFD1C50D126113955
Octal3573213050152262171125
Binary1110111111010001110001010110110010110100011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1C5; }

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

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

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

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

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

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

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

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