#EACAC5

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

Shades of Coral Candy #EACAC5

Tints of Coral Candy #EACAC5

Color information

#EACAC5 (or 0xEACAC5) is unknown color: approx Coral Candy. HEX triplet: EA, CA and C5. RGB value is (234,202,197). Sum of RGB (Red+Green+Blue) = 234+202+197=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAC5 is #15353A. Grayscale: #D3D3D3. Windows color (decimal): -1389883 or 12962538. OLE color: 12962538.

HSL color Cylindrical-coordinate representation of color #EACAC5: hue angle of 8.11º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EACAC5 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB234202197-
CMYK00.140.160.08
HSL8.11º46.84%84.51%-
HSV(B)8.11º15.81%91.76%-
XYZ65.1363.7661.7-
YUV211120.1144.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 197 (77.34% from 255) = 31.12%
R=36.97%
G=31.91%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420219700.140.160.088.1146.8484.51
HexEACAC50E10882f55
Octal35231230501620101057125
Binary1110101011001010110001010111010000100010001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAC5; }

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

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

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

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

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

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

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

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