#EACAC6

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

Shades of Coral Candy #EACAC6

Tints of Coral Candy #EACAC6

Color information

#EACAC6 (or 0xEACAC6) is unknown color: approx Coral Candy. HEX triplet: EA, CA and C6. RGB value is (234,202,198). Sum of RGB (Red+Green+Blue) = 234+202+198=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAC6 is #153539. Grayscale: #D3D3D3. Windows color (decimal): -1389882 or 13028074. OLE color: 13028074.

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

Color convert

RGB234202198-
CMYK00.140.150.08
HSL6.67º46.15%84.71%-
HSV(B)6.67º15.38%91.76%-
XYZ65.2563.8162.3-
YUV211.11120.6144.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 198 (77.73% from 255) = 31.23%
R=36.91%
G=31.86%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420219800.140.150.086.6746.1584.71
HexEACAC60EF872e55
Octal3523123060161710756125
Binary11101010110010101100011001110111110001111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAC6; }

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

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

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

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

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

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

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

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