#EFCFC5

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

Shades of Coral Candy #EFCFC5

Tints of Coral Candy #EFCFC5

Color information

#EFCFC5 (or 0xEFCFC5) is unknown color: approx Coral Candy. HEX triplet: EF, CF and C5. RGB value is (239,207,197). Sum of RGB (Red+Green+Blue) = 239+207+197=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFC5 is #10303A. Grayscale: #D7D7D7. Windows color (decimal): -1060923 or 12963823. OLE color: 12963823.

HSL color Cylindrical-coordinate representation of color #EFCFC5: hue angle of 14.29º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFCFC5 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239207197-
CMYK00.130.180.06
HSL14.29º56.76%85.49%-
HSV(B)14.29º17.57%93.73%-
XYZ67.9967.0162.17-
YUV215.43117.6144.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 207 (81.25% from 255) = 32.19%
BLUE value IS 197 (77.34% from 255) = 30.64%
R=37.17%
G=32.19%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920719700.130.180.0614.2956.7685.49
HexEFCFC50D126e3955
Octal3573173050152261671125
Binary111011111100111111000101011011001011011101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFC5; }

 p { color: rgb(239,207,197); }

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

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

 a { background-color: rgb(239,207,197); }

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

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

 span { border-color: rgb(239,207,197); }

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