#EFD5D0

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

Shades of Coral Candy #EFD5D0

Tints of Coral Candy #EFD5D0

Color information

#EFD5D0 (or 0xEFD5D0) is unknown color: approx Coral Candy. HEX triplet: EF, D5 and D0. RGB value is (239,213,208). Sum of RGB (Red+Green+Blue) = 239+213+208=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 213 (83.59% from 255 or 32.27% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5D0 is #102A2F. Grayscale: #DCDCDC. Windows color (decimal): -1059376 or 13686255. OLE color: 13686255.

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

Color convert

RGB239213208-
CMYK00.110.130.06
HSL9.68º49.21%87.65%-
HSV(B)9.68º12.97%93.73%-
XYZ70.7870.4969.55-
YUV220.2121.11141.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 213 (83.59% from 255) = 32.27%
BLUE value IS 208 (81.64% from 255) = 31.52%
R=36.21%
G=32.27%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921320800.110.130.069.6849.2187.65
HexEFD5D00BD6a3158
Octal3573253200131561261130
Binary11101111110101011101000001011110111010101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5D0; }

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

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

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

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

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

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

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

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