#EFCCC8

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

Shades of Coral Candy #EFCCC8

Tints of Coral Candy #EFCCC8

Color information

#EFCCC8 (or 0xEFCCC8) is unknown color: approx Coral Candy. HEX triplet: EF, CC and C8. RGB value is (239,204,200). Sum of RGB (Red+Green+Blue) = 239+204+200=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCC8 is #103337. Grayscale: #D6D6D6. Windows color (decimal): -1061688 or 13159663. OLE color: 13159663.

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

Color convert

RGB239204200-
CMYK00.150.160.06
HSL6.15º54.93%86.08%-
HSV(B)6.15º16.32%93.73%-
XYZ67.6165.7163.76-
YUV214.01120.1145.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 200 (78.52% from 255) = 31.10%
R=37.17%
G=31.73%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920420000.150.160.066.1554.9386.08
HexEFCCC80F10663756
Octal357314310017206667126
Binary11101111110011001100100001111100001101101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCC8; }

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

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

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

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

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

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

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

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