#EFCAC7

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

Shades of Coral Candy #EFCAC7

Tints of Coral Candy #EFCAC7

Color information

#EFCAC7 (or 0xEFCAC7) is unknown color: approx Coral Candy. HEX triplet: EF, CA and C7. RGB value is (239,202,199). Sum of RGB (Red+Green+Blue) = 239+202+199=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAC7 is #103538. Grayscale: #D4D4D4. Windows color (decimal): -1062201 or 13093615. OLE color: 13093615.

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

Color convert

RGB239202199-
CMYK00.150.170.06
HSL4.5º55.56%85.88%-
HSV(B)4.5º16.74%93.73%-
XYZ67.0364.7262.99-
YUV212.72120.26146.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 199 (78.12% from 255) = 31.09%
R=37.34%
G=31.56%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920219900.150.170.064.555.5685.88
HexEFCAC70F11653856
Octal357312307017216570126
Binary11101111110010101100011101111100011101011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAC7; }

 p { color: rgb(239,202,199); }

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

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

 a { background-color: rgb(239,202,199); }

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

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

 span { border-color: rgb(239,202,199); }

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