#EFD5C7

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

Shades of Bizarre #EFD5C7

Tints of Bizarre #EFD5C7

Color information

#EFD5C7 (or 0xEFD5C7) is unknown color: approx Bizarre. HEX triplet: EF, D5 and C7. RGB value is (239,213,199). Sum of RGB (Red+Green+Blue) = 239+213+199=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 199 (78.12% from 255 or 30.57% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5C7 is #102A38. Grayscale: #DBDBDB. Windows color (decimal): -1059385 or 13096431. OLE color: 13096431.

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

Color convert

RGB239213199-
CMYK00.110.170.06
HSL21º55.56%85.88%-
HSV(B)21º16.74%93.73%-
XYZ69.770.0663.88-
YUV219.18116.61142.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 213 (83.59% from 255) = 32.72%
BLUE value IS 199 (78.12% from 255) = 30.57%
R=36.71%
G=32.72%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921319900.110.170.062155.5685.88
HexEFD5C70B116153856
Octal3573253070132162570126
Binary1110111111010101110001110101110001110101011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5C7; }

 p { color: rgb(239,213,199); }

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

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

 a { background-color: rgb(239,213,199); }

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

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

 span { border-color: rgb(239,213,199); }

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