#EFD0C5

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

Shades of Bizarre #EFD0C5

Tints of Bizarre #EFD0C5

Color information

#EFD0C5 (or 0xEFD0C5) is unknown color: approx Bizarre. HEX triplet: EF, D0 and C5. RGB value is (239,208,197). Sum of RGB (Red+Green+Blue) = 239+208+197=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 197 (77.34% from 255 or 30.59% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0C5 is #102F3A. Grayscale: #D8D8D8. Windows color (decimal): -1060667 or 12964079. OLE color: 12964079.

HSL color Cylindrical-coordinate representation of color #EFD0C5: hue angle of 15.71º 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 #EFD0C5 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239208197-
CMYK00.130.180.06
HSL15.71º56.76%85.49%-
HSV(B)15.71º17.57%93.73%-
XYZ68.2367.4962.25-
YUV216.02117.27144.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 208 (81.64% from 255) = 32.30%
BLUE value IS 197 (77.34% from 255) = 30.59%
R=37.11%
G=32.30%
B=30.59%

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
Decimal23920819700.130.180.0615.7156.7685.49
HexEFD0C50D126103955
Octal3573203050152262071125
Binary1110111111010000110001010110110010110100001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0C5; }

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

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

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

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

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

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

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

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