#EFCDCA

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

Shades of Coral Candy #EFCDCA

Tints of Coral Candy #EFCDCA

Color information

#EFCDCA (or 0xEFCDCA) is unknown color: approx Coral Candy. HEX triplet: EF, CD and CA. RGB value is (239,205,202). Sum of RGB (Red+Green+Blue) = 239+205+202=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDCA is #103235. Grayscale: #D6D6D6. Windows color (decimal): -1061430 or 13290991. OLE color: 13290991.

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

Color convert

RGB239205202-
CMYK00.140.150.06
HSL4.86º53.62%86.47%-
HSV(B)4.86º15.48%93.73%-
XYZ68.0966.2865.08-
YUV214.82120.76145.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 202 (79.30% from 255) = 31.27%
R=37.00%
G=31.73%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920520200.140.150.064.8653.6286.47
HexEFCDCA0EF653656
Octal357315312016176566126
Binary1110111111001101110010100111011111101011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDCA; }

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

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

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

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

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

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

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

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