#EBC7C4

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

Shades of Coral Candy #EBC7C4

Tints of Coral Candy #EBC7C4

Color information

#EBC7C4 (or 0xEBC7C4) is unknown color: approx Coral Candy. HEX triplet: EB, C7 and C4. RGB value is (235,199,196). Sum of RGB (Red+Green+Blue) = 235+199+196=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 196 (76.95% from 255 or 31.11% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7C4 is #14383B. Grayscale: #D1D1D1. Windows color (decimal): -1325116 or 12896235. OLE color: 12896235.

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

Color convert

RGB235199196-
CMYK00.150.170.08
HSL4.62º49.37%84.51%-
HSV(B)4.62º16.6%92.16%-
XYZ64.6562.4960.88-
YUV209.42120.43146.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 199 (78.12% from 255) = 31.59%
BLUE value IS 196 (76.95% from 255) = 31.11%
R=37.30%
G=31.59%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519919600.150.170.084.6249.3784.51
HexEBC7C40F11853155
Octal3533073040172110561125
Binary111010111100011111000100011111000110001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7C4; }

 p { color: rgb(235,199,196); }

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

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

 a { background-color: rgb(235,199,196); }

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

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

 span { border-color: rgb(235,199,196); }

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