#EBCDC9

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

Shades of Coral Candy #EBCDC9

Tints of Coral Candy #EBCDC9

Color information

#EBCDC9 (or 0xEBCDC9) is unknown color: approx Coral Candy. HEX triplet: EB, CD and C9. RGB value is (235,205,201). Sum of RGB (Red+Green+Blue) = 235+205+201=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDC9 is #143236. Grayscale: #D5D5D5. Windows color (decimal): -1323575 or 13225451. OLE color: 13225451.

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

Color convert

RGB235205201-
CMYK00.130.140.08
HSL7.06º45.95%85.49%-
HSV(B)7.06º14.47%92.16%-
XYZ66.6365.5464.4-
YUV213.51120.94143.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 201 (78.91% from 255) = 31.36%
R=36.66%
G=31.98%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520520100.130.140.087.0645.9585.49
HexEBCDC90DE872e55
Octal3533153110151610756125
Binary11101011110011011100100101101111010001111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDC9; }

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

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

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

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

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

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

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

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