#EFCDC9

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

Shades of Coral Candy #EFCDC9

Tints of Coral Candy #EFCDC9

Color information

#EFCDC9 (or 0xEFCDC9) is unknown color: approx Coral Candy. HEX triplet: EF, CD and C9. RGB value is (239,205,201). Sum of RGB (Red+Green+Blue) = 239+205+201=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDC9 is #103236. Grayscale: #D6D6D6. Windows color (decimal): -1061431 or 13225455. OLE color: 13225455.

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

Color convert

RGB239205201-
CMYK00.140.160.06
HSL6.32º54.29%86.27%-
HSV(B)6.32º15.9%93.73%-
XYZ67.9766.2364.46-
YUV214.71120.26145.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 205 (80.47% from 255) = 31.78%
BLUE value IS 201 (78.91% from 255) = 31.16%
R=37.05%
G=31.78%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920520100.140.160.066.3254.2986.27
HexEFCDC90E10663656
Octal357315311016206666126
Binary11101111110011011100100101110100001101101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDC9; }

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

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

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

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

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

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

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

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