#EEC4C3

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

Shades of Coral Candy #EEC4C3

Tints of Coral Candy #EEC4C3

Color information

#EEC4C3 (or 0xEEC4C3) is unknown color: approx Coral Candy. HEX triplet: EE, C4 and C3. RGB value is (238,196,195). Sum of RGB (Red+Green+Blue) = 238+196+195=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 195 (76.56% from 255 or 31.00% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4C3 is #113B3C. Grayscale: #D0D0D0. Windows color (decimal): -1129277 or 12829934. OLE color: 12829934.

HSL color Cylindrical-coordinate representation of color #EEC4C3: hue angle of 1.4º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC4C3 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB238196195-
CMYK00.180.180.07
HSL1.4º55.84%84.9%-
HSV(B)1.4º18.07%93.33%-
XYZ64.8561.660.1-
YUV208.44120.41149.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.84%
GREEN value IS 196 (76.95% from 255) = 31.16%
BLUE value IS 195 (76.56% from 255) = 31.00%
R=37.84%
G=31.16%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819619500.180.180.071.455.8484.9
HexEEC4C301212713855
Octal356304303022227170125
Binary1110111011000100110000110100101001011111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4C3; }

 p { color: rgb(238,196,195); }

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

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

 a { background-color: rgb(238,196,195); }

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

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

 span { border-color: rgb(238,196,195); }

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