#EFD5CD

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

Shades of Coral Candy #EFD5CD

Tints of Coral Candy #EFD5CD

Color information

#EFD5CD (or 0xEFD5CD) is unknown color: approx Coral Candy. HEX triplet: EF, D5 and CD. RGB value is (239,213,205). Sum of RGB (Red+Green+Blue) = 239+213+205=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5CD is #102A32. Grayscale: #DBDBDB. Windows color (decimal): -1059379 or 13489647. OLE color: 13489647.

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

Color convert

RGB239213205-
CMYK00.110.140.06
HSL14.12º51.52%87.06%-
HSV(B)14.12º14.23%93.73%-
XYZ70.4170.3567.62-
YUV219.86119.61141.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 213 (83.59% from 255) = 32.42%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=36.38%
G=32.42%
B=31.20%

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
Decimal23921320500.110.140.0614.1251.5287.06
HexEFD5CD0BE6e3457
Octal3573253150131661664127
Binary11101111110101011100110101011111011011101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5CD; }

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

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

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

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

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

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

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

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