#EBCAC6

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

Shades of Coral Candy #EBCAC6

Tints of Coral Candy #EBCAC6

Color information

#EBCAC6 (or 0xEBCAC6) is unknown color: approx Coral Candy. HEX triplet: EB, CA and C6. RGB value is (235,202,198). Sum of RGB (Red+Green+Blue) = 235+202+198=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAC6 is #143539. Grayscale: #D3D3D3. Windows color (decimal): -1324346 or 13028075. OLE color: 13028075.

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

Color convert

RGB235202198-
CMYK00.140.160.08
HSL6.49º48.05%84.9%-
HSV(B)6.49º15.74%92.16%-
XYZ65.5763.9862.32-
YUV211.41120.43144.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 198 (77.73% from 255) = 31.18%
R=37.01%
G=31.81%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520219800.140.160.086.4948.0584.9
HexEBCAC60E10863055
Octal3533123060162010660125
Binary111010111100101011000110011101000010001101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAC6; }

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

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

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

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

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

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

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

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