#EFD3CA

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

Shades of Coral Candy #EFD3CA

Tints of Coral Candy #EFD3CA

Color information

#EFD3CA (or 0xEFD3CA) is unknown color: approx Coral Candy. HEX triplet: EF, D3 and CA. RGB value is (239,211,202). Sum of RGB (Red+Green+Blue) = 239+211+202=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3CA is #102C35. Grayscale: #DADADA. Windows color (decimal): -1059894 or 13292527. OLE color: 13292527.

HSL color Cylindrical-coordinate representation of color #EFD3CA: hue angle of 14.59º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFD3CA is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239211202-
CMYK00.120.150.06
HSL14.59º53.62%86.47%-
HSV(B)14.59º15.48%93.73%-
XYZ69.5569.265.57-
YUV218.35118.78142.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 211 (82.81% from 255) = 32.36%
BLUE value IS 202 (79.30% from 255) = 30.98%
R=36.66%
G=32.36%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921120200.120.150.0614.5953.6286.47
HexEFD3CA0CF6f3656
Octal3573233120141761766126
Binary11101111110100111100101001100111111011111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3CA; }

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

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

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

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

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

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

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

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