#EECAC6

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

Shades of Coral Candy #EECAC6

Tints of Coral Candy #EECAC6

Color information

#EECAC6 (or 0xEECAC6) is unknown color: approx Coral Candy. HEX triplet: EE, CA and C6. RGB value is (238,202,198). Sum of RGB (Red+Green+Blue) = 238+202+198=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAC6 is #113539. Grayscale: #D4D4D4. Windows color (decimal): -1127738 or 13028078. OLE color: 13028078.

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

Color convert

RGB238202198-
CMYK00.150.170.07
HSL54.05%85.49%-
HSV(B)16.81%93.33%-
XYZ66.5764.562.37-
YUV212.31119.93146.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=37.30%
G=31.66%
B=31.03%

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
Decimal23820219800.150.170.07654.0585.49
HexEECAC60F11763655
Octal356312306017217666125
Binary11101110110010101100011001111100011111101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAC6; }

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

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

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

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

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

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

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

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