#EFD0CA

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

Shades of Coral Candy #EFD0CA

Tints of Coral Candy #EFD0CA

Color information

#EFD0CA (or 0xEFD0CA) is unknown color: approx Coral Candy. HEX triplet: EF, D0 and CA. RGB value is (239,208,202). Sum of RGB (Red+Green+Blue) = 239+208+202=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0CA is #102F35. Grayscale: #D8D8D8. Windows color (decimal): -1060662 or 13291759. OLE color: 13291759.

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

Color convert

RGB239208202-
CMYK00.130.150.06
HSL9.73º53.62%86.47%-
HSV(B)9.73º15.48%93.73%-
XYZ68.8167.7365.32-
YUV216.58119.77143.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 208 (81.64% from 255) = 32.05%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=36.83%
G=32.05%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920820200.130.150.069.7353.6286.47
HexEFD0CA0DF6a3656
Octal3573203120151761266126
Binary11101111110100001100101001101111111010101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0CA; }

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

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

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

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

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

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

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

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