#EFD1C8

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

Shades of Coral Candy #EFD1C8

Tints of Coral Candy #EFD1C8

Color information

#EFD1C8 (or 0xEFD1C8) is unknown color: approx Coral Candy. HEX triplet: EF, D1 and C8. RGB value is (239,209,200). Sum of RGB (Red+Green+Blue) = 239+209+200=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 200 (78.52% from 255 or 30.86% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1C8 is #102E37. Grayscale: #D9D9D9. Windows color (decimal): -1060408 or 13160943. OLE color: 13160943.

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

Color convert

RGB239209200-
CMYK00.130.160.06
HSL13.85º54.93%86.08%-
HSV(B)13.85º16.32%93.73%-
XYZ68.8268.1264.17-
YUV216.94118.44143.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 209 (82.03% from 255) = 32.25%
BLUE value IS 200 (78.52% from 255) = 30.86%
R=36.88%
G=32.25%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920920000.130.160.0613.8554.9386.08
HexEFD1C80D106e3756
Octal3573213100152061667126
Binary111011111101000111001000011011000011011101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1C8; }

 p { color: rgb(239,209,200); }

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

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

 a { background-color: rgb(239,209,200); }

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

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

 span { border-color: rgb(239,209,200); }

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