#EBCBC5

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

Shades of Coral Candy #EBCBC5

Tints of Coral Candy #EBCBC5

Color information

#EBCBC5 (or 0xEBCBC5) is unknown color: approx Coral Candy. HEX triplet: EB, CB and C5. RGB value is (235,203,197). Sum of RGB (Red+Green+Blue) = 235+203+197=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBC5 is #14343A. Grayscale: #D3D3D3. Windows color (decimal): -1324091 or 12962795. OLE color: 12962795.

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

Color convert

RGB235203197-
CMYK00.140.160.08
HSL9.47º48.72%84.71%-
HSV(B)9.47º16.17%92.16%-
XYZ65.6964.4161.79-
YUV211.88119.6144.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 197 (77.34% from 255) = 31.02%
R=37.01%
G=31.97%
B=31.02%

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
Decimal23520319700.140.160.089.4748.7284.71
HexEBCBC50E10893155
Octal35331330501620101161125
Binary1110101111001011110001010111010000100010011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBC5; }

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

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

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

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

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

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

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

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