#EFD5CA

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

Shades of Bizarre #EFD5CA

Tints of Bizarre #EFD5CA

Color information

#EFD5CA (or 0xEFD5CA) is unknown color: approx Bizarre. HEX triplet: EF, D5 and CA. RGB value is (239,213,202). Sum of RGB (Red+Green+Blue) = 239+213+202=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5CA is #102A35. Grayscale: #DBDBDB. Windows color (decimal): -1059382 or 13293039. OLE color: 13293039.

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

Color convert

RGB239213202-
CMYK00.110.150.06
HSL17.84º53.62%86.47%-
HSV(B)17.84º15.48%93.73%-
XYZ70.0570.265.74-
YUV219.52118.11141.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 213 (83.59% from 255) = 32.57%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=36.54%
G=32.57%
B=30.89%

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
Decimal23921320200.110.150.0617.8453.6286.47
HexEFD5CA0BF6123656
Octal3573253120131762266126
Binary111011111101010111001010010111111110100101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5CA; }

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

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

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

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

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

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

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

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