#EFC8C5

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

Shades of Coral Candy #EFC8C5

Tints of Coral Candy #EFC8C5

Color information

#EFC8C5 (or 0xEFC8C5) is unknown color: approx Coral Candy. HEX triplet: EF, C8 and C5. RGB value is (239,200,197). Sum of RGB (Red+Green+Blue) = 239+200+197=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8C5 is #10373A. Grayscale: #D3D3D3. Windows color (decimal): -1062715 or 12962031. OLE color: 12962031.

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

Color convert

RGB239200197-
CMYK00.160.180.06
HSL4.29º56.76%85.49%-
HSV(B)4.29º17.57%93.73%-
XYZ66.3363.6961.62-
YUV211.32119.92147.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 200 (78.52% from 255) = 31.45%
BLUE value IS 197 (77.34% from 255) = 30.97%
R=37.58%
G=31.45%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920019700.160.180.064.2956.7685.49
HexEFC8C501012643955
Octal357310305020226471125
Binary111011111100100011000101010000100101101001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8C5; }

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

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

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

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

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

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

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

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