#EECAC2

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

Shades of Coral Candy #EECAC2

Tints of Coral Candy #EECAC2

Color information

#EECAC2 (or 0xEECAC2) is unknown color: approx Coral Candy. HEX triplet: EE, CA and C2. RGB value is (238,202,194). Sum of RGB (Red+Green+Blue) = 238+202+194=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAC2 is #11353D. Grayscale: #D3D3D3. Windows color (decimal): -1127742 or 12765934. OLE color: 12765934.

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

Color convert

RGB238202194-
CMYK00.150.180.07
HSL10.91º56.41%84.71%-
HSV(B)10.91º18.49%93.33%-
XYZ66.1264.3159.97-
YUV211.85117.93146.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 194 (76.17% from 255) = 30.60%
R=37.54%
G=31.86%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820219400.150.180.0710.9156.4184.71
HexEECAC20F127b3855
Octal3563123020172271370125
Binary111011101100101011000010011111001011110111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAC2; }

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

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

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

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

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

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

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

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