#EDC8C5

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

Shades of Coral Candy #EDC8C5

Tints of Coral Candy #EDC8C5

Color information

#EDC8C5 (or 0xEDC8C5) is unknown color: approx Coral Candy. HEX triplet: ED, C8 and C5. RGB value is (237,200,197). Sum of RGB (Red+Green+Blue) = 237+200+197=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8C5 is #12373A. Grayscale: #D2D2D2. Windows color (decimal): -1193787 or 12962029. OLE color: 12962029.

HSL color Cylindrical-coordinate representation of color #EDC8C5: hue angle of 4.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC8C5 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB237200197-
CMYK00.160.170.07
HSL4.5º52.63%85.1%-
HSV(B)4.5º16.88%92.94%-
XYZ65.6663.3461.59-
YUV210.72120.26146.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 200 (78.52% from 255) = 31.55%
BLUE value IS 197 (77.34% from 255) = 31.07%
R=37.38%
G=31.55%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720019700.160.170.074.552.6385.1
HexEDC8C501011753555
Octal355310305020217565125
Binary111011011100100011000101010000100011111011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8C5; }

 p { color: rgb(237,200,197); }

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

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

 a { background-color: rgb(237,200,197); }

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

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

 span { border-color: rgb(237,200,197); }

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