#EFD5CE

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

Shades of Coral Candy #EFD5CE

Tints of Coral Candy #EFD5CE

Color information

#EFD5CE (or 0xEFD5CE) is unknown color: approx Coral Candy. HEX triplet: EF, D5 and CE. RGB value is (239,213,206). Sum of RGB (Red+Green+Blue) = 239+213+206=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5CE is #102A31. Grayscale: #DCDCDC. Windows color (decimal): -1059378 or 13555183. OLE color: 13555183.

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

Color convert

RGB239213206-
CMYK00.110.140.06
HSL12.73º50.77%87.25%-
HSV(B)12.73º13.81%93.73%-
XYZ70.5370.468.26-
YUV219.98120.11141.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 213 (83.59% from 255) = 32.37%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=36.32%
G=32.37%
B=31.31%

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
Decimal23921320600.110.140.0612.7350.7787.25
HexEFD5CE0BE6d3357
Octal3573253160131661563127
Binary11101111110101011100111001011111011011011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5CE; }

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

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

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

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

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

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

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

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