#EBC9C5

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

Shades of Coral Candy #EBC9C5

Tints of Coral Candy #EBC9C5

Color information

#EBC9C5 (or 0xEBC9C5) is unknown color: approx Coral Candy. HEX triplet: EB, C9 and C5. RGB value is (235,201,197). Sum of RGB (Red+Green+Blue) = 235+201+197=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9C5 is #14363A. Grayscale: #D2D2D2. Windows color (decimal): -1324603 or 12962283. OLE color: 12962283.

HSL color Cylindrical-coordinate representation of color #EBC9C5: hue angle of 6.32º degrees, saturation: 0.49, 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 #EBC9C5 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235201197-
CMYK00.140.160.08
HSL6.32º48.72%84.71%-
HSV(B)6.32º16.17%92.16%-
XYZ65.2363.4761.64-
YUV210.71120.26145.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 201 (78.91% from 255) = 31.75%
BLUE value IS 197 (77.34% from 255) = 31.12%
R=37.12%
G=31.75%
B=31.12%

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
Decimal23520119700.140.160.086.3248.7284.71
HexEBC9C50E10863155
Octal3533113050162010661125
Binary111010111100100111000101011101000010001101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9C5; }

 p { color: rgb(235,201,197); }

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

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

 a { background-color: rgb(235,201,197); }

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

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

 span { border-color: rgb(235,201,197); }

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