#EFCDC3

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

Shades of Coral Candy #EFCDC3

Tints of Coral Candy #EFCDC3

Color information

#EFCDC3 (or 0xEFCDC3) is unknown color: approx Coral Candy. HEX triplet: EF, CD and C3. RGB value is (239,205,195). Sum of RGB (Red+Green+Blue) = 239+205+195=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 195 (76.56% from 255 or 30.52% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDC3 is #10323C. Grayscale: #D6D6D6. Windows color (decimal): -1061437 or 12832239. OLE color: 12832239.

HSL color Cylindrical-coordinate representation of color #EFCDC3: hue angle of 13.64º degrees, saturation: 0.58, 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 #EFCDC3 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239205195-
CMYK00.140.180.06
HSL13.64º57.89%85.1%-
HSV(B)13.64º18.41%93.73%-
XYZ67.2865.9560.81-
YUV214.03117.26145.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 195 (76.56% from 255) = 30.52%
R=37.40%
G=32.08%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920519500.140.180.0613.6457.8985.1
HexEFCDC30E126e3a55
Octal3573153030162261672125
Binary111011111100110111000011011101001011011101110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDC3; }

 p { color: rgb(239,205,195); }

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

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

 a { background-color: rgb(239,205,195); }

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

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

 span { border-color: rgb(239,205,195); }

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