#EFD0C6

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

Shades of Coral Candy #EFD0C6

Tints of Coral Candy #EFD0C6

Color information

#EFD0C6 (or 0xEFD0C6) is unknown color: approx Coral Candy. HEX triplet: EF, D0 and C6. RGB value is (239,208,198). Sum of RGB (Red+Green+Blue) = 239+208+198=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 198 (77.73% from 255 or 30.70% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0C6 is #102F39. Grayscale: #D8D8D8. Windows color (decimal): -1060666 or 13029615. OLE color: 13029615.

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

Color convert

RGB239208198-
CMYK00.130.170.06
HSL14.63º56.16%85.69%-
HSV(B)14.63º17.15%93.73%-
XYZ68.3567.5462.86-
YUV216.13117.77144.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 208 (81.64% from 255) = 32.25%
BLUE value IS 198 (77.73% from 255) = 30.70%
R=37.05%
G=32.25%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920819800.130.170.0614.6356.1685.69
HexEFD0C60D116f3856
Octal3573203060152161770126
Binary111011111101000011000110011011000111011111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0C6; }

 p { color: rgb(239,208,198); }

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

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

 a { background-color: rgb(239,208,198); }

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

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

 span { border-color: rgb(239,208,198); }

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