#EEC6C0

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

Shades of Coral Candy #EEC6C0

Tints of Coral Candy #EEC6C0

Color information

#EEC6C0 (or 0xEEC6C0) is unknown color: approx Coral Candy. HEX triplet: EE, C6 and C0. RGB value is (238,198,192). Sum of RGB (Red+Green+Blue) = 238+198+192=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC6C0 is #11393F. Grayscale: #D1D1D1. Windows color (decimal): -1128768 or 12633838. OLE color: 12633838.

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

Color convert

RGB238198192-
CMYK00.170.190.07
HSL7.83º57.5%84.31%-
HSV(B)7.83º19.33%93.33%-
XYZ64.9762.3758.48-
YUV209.28118.25148.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.90%
GREEN value IS 198 (77.73% from 255) = 31.53%
BLUE value IS 192 (75.39% from 255) = 30.57%
R=37.90%
G=31.53%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819819200.170.190.077.8357.584.31
HexEEC6C001113783a54
Octal3563063000212371072124
Binary1110111011000110110000000100011001111110001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC6C0; }

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

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

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

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

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

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

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

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