#EFD4CE

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

Shades of Coral Candy #EFD4CE

Tints of Coral Candy #EFD4CE

Color information

#EFD4CE (or 0xEFD4CE) is unknown color: approx Coral Candy. HEX triplet: EF, D4 and CE. RGB value is (239,212,206). Sum of RGB (Red+Green+Blue) = 239+212+206=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4CE is #102B31. Grayscale: #DBDBDB. Windows color (decimal): -1059634 or 13554927. OLE color: 13554927.

HSL color Cylindrical-coordinate representation of color #EFD4CE: hue angle of 10.91º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFD4CE is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239212206-
CMYK00.110.140.06
HSL10.91º50.77%87.25%-
HSV(B)10.91º13.81%93.73%-
XYZ70.2869.8968.18-
YUV219.39120.45141.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 212 (83.20% from 255) = 32.27%
BLUE value IS 206 (80.86% from 255) = 31.35%
R=36.38%
G=32.27%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921220600.110.140.0610.9150.7787.25
HexEFD4CE0BE6b3357
Octal3573243160131661363127
Binary11101111110101001100111001011111011010111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4CE; }

 p { color: rgb(239,212,206); }

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

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

 a { background-color: rgb(239,212,206); }

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

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

 span { border-color: rgb(239,212,206); }

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