#EFD5C5

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

Shades of Bizarre #EFD5C5

Tints of Bizarre #EFD5C5

Color information

#EFD5C5 (or 0xEFD5C5) is unknown color: approx Bizarre. HEX triplet: EF, D5 and C5. RGB value is (239,213,197). Sum of RGB (Red+Green+Blue) = 239+213+197=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 197 (77.34% from 255 or 30.35% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5C5 is #102A3A. Grayscale: #DBDBDB. Windows color (decimal): -1059387 or 12965359. OLE color: 12965359.

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

Color convert

RGB239213197-
CMYK00.110.180.06
HSL22.86º56.76%85.49%-
HSV(B)22.86º17.57%93.73%-
XYZ69.4769.9762.67-
YUV218.95115.61142.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 213 (83.59% from 255) = 32.82%
BLUE value IS 197 (77.34% from 255) = 30.35%
R=36.83%
G=32.82%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921319700.110.180.0622.8656.7685.49
HexEFD5C50B126173955
Octal3573253050132262771125
Binary1110111111010101110001010101110010110101111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5C5; }

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

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

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

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

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

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

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

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