#EFCDC7

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

Shades of Coral Candy #EFCDC7

Tints of Coral Candy #EFCDC7

Color information

#EFCDC7 (or 0xEFCDC7) is unknown color: approx Coral Candy. HEX triplet: EF, CD and C7. RGB value is (239,205,199). Sum of RGB (Red+Green+Blue) = 239+205+199=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDC7 is #103238. Grayscale: #D6D6D6. Windows color (decimal): -1061433 or 13094383. OLE color: 13094383.

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

Color convert

RGB239205199-
CMYK00.140.170.06
HSL55.56%85.88%-
HSV(B)16.74%93.73%-
XYZ67.7466.1463.23-
YUV214.48119.26145.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 199 (78.12% from 255) = 30.95%
R=37.17%
G=31.88%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920519900.140.170.06955.5685.88
HexEFCDC70E11693856
Octal3573153070162161170126
Binary111011111100110111000111011101000111010011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDC7; }

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

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

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

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

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

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

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

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