#EFD2C3

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

Shades of Bizarre #EFD2C3

Tints of Bizarre #EFD2C3

Color information

#EFD2C3 (or 0xEFD2C3) is unknown color: approx Bizarre. HEX triplet: EF, D2 and C3. RGB value is (239,210,195). Sum of RGB (Red+Green+Blue) = 239+210+195=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 210 (82.42% from 255 or 32.61% from 644); Blue value is 195 (76.56% from 255 or 30.28% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2C3 is #102D3C. Grayscale: #D9D9D9. Windows color (decimal): -1060157 or 12833519. OLE color: 12833519.

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

Color convert

RGB239210195-
CMYK00.120.180.06
HSL20.45º57.89%85.1%-
HSV(B)20.45º18.41%93.73%-
XYZ68.4968.3861.22-
YUV216.96115.61143.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 210 (82.42% from 255) = 32.61%
BLUE value IS 195 (76.56% from 255) = 30.28%
R=37.11%
G=32.61%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921019500.120.180.0620.4557.8985.1
HexEFD2C30C126143a55
Octal3573223030142262472125
Binary1110111111010010110000110110010010110101001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2C3; }

 p { color: rgb(239,210,195); }

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

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

 a { background-color: rgb(239,210,195); }

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

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

 span { border-color: rgb(239,210,195); }

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