#EFD4CA

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

Shades of Bizarre #EFD4CA

Tints of Bizarre #EFD4CA

Color information

#EFD4CA (or 0xEFD4CA) is unknown color: approx Bizarre. HEX triplet: EF, D4 and CA. RGB value is (239,212,202). Sum of RGB (Red+Green+Blue) = 239+212+202=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4CA is #102B35. Grayscale: #DBDBDB. Windows color (decimal): -1059638 or 13292783. OLE color: 13292783.

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

Color convert

RGB239212202-
CMYK00.110.150.06
HSL16.22º53.62%86.47%-
HSV(B)16.22º15.48%93.73%-
XYZ69.869.765.65-
YUV218.93118.45142.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 212 (83.20% from 255) = 32.47%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=36.60%
G=32.47%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921220200.110.150.0616.2253.6286.47
HexEFD4CA0BF6103656
Octal3573243120131762066126
Binary111011111101010011001010010111111110100001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4CA; }

 p { color: rgb(239,212,202); }

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

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

 a { background-color: rgb(239,212,202); }

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

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

 span { border-color: rgb(239,212,202); }

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