#EDCFCA

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

Shades of Coral Candy #EDCFCA

Tints of Coral Candy #EDCFCA

Color information

#EDCFCA (or 0xEDCFCA) is unknown color: approx Coral Candy. HEX triplet: ED, CF and CA. RGB value is (237,207,202). Sum of RGB (Red+Green+Blue) = 237+207+202=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFCA is #123035. Grayscale: #D7D7D7. Windows color (decimal): -1191990 or 13291501. OLE color: 13291501.

HSL color Cylindrical-coordinate representation of color #EDCFCA: hue angle of 8.57º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCFCA is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237207202-
CMYK00.130.150.07
HSL8.57º49.3%86.08%-
HSV(B)8.57º14.77%92.94%-
XYZ67.966.8965.21-
YUV215.4120.44143.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 207 (81.25% from 255) = 32.04%
BLUE value IS 202 (79.30% from 255) = 31.27%
R=36.69%
G=32.04%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720720200.130.150.078.5749.386.08
HexEDCFCA0DF793156
Octal3553173120151771161126
Binary11101101110011111100101001101111111110011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFCA; }

 p { color: rgb(237,207,202); }

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

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

 a { background-color: rgb(237,207,202); }

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

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

 span { border-color: rgb(237,207,202); }

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