#EDCAC5

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

Shades of Coral Candy #EDCAC5

Tints of Coral Candy #EDCAC5

Color information

#EDCAC5 (or 0xEDCAC5) is unknown color: approx Coral Candy. HEX triplet: ED, CA and C5. RGB value is (237,202,197). Sum of RGB (Red+Green+Blue) = 237+202+197=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAC5 is #12353A. Grayscale: #D3D3D3. Windows color (decimal): -1193275 or 12962541. OLE color: 12962541.

HSL color Cylindrical-coordinate representation of color #EDCAC5: hue angle of 7.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 #EDCAC5 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB237202197-
CMYK00.150.170.07
HSL7.5º52.63%85.1%-
HSV(B)7.5º16.88%92.94%-
XYZ66.1264.2861.74-
YUV211.9119.6145.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 197 (77.34% from 255) = 30.97%
R=37.26%
G=31.76%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720219700.150.170.077.552.6385.1
HexEDCAC50F11783555
Octal3553123050172171065125
Binary111011011100101011000101011111000111110001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAC5; }

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

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

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

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

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

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

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

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