#ED6958

Color #ED6958 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #ED6958

Tints of Terra Cotta #ED6958

Color information

#ED6958 (or 0xED6958) is unknown color: approx Terra Cotta. HEX triplet: ED, 69 and 58. RGB value is (237,105,88). Sum of RGB (Red+Green+Blue) = 237+105+88=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6958 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6958 is #1296A7. Grayscale: #8E8E8E. Windows color (decimal): -1218216 or 5794285. OLE color: 5794285.

HSL color Cylindrical-coordinate representation of color #ED6958: hue angle of 6.85º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED6958 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB23710588-
CMYK00.560.630.07
HSL6.85º80.54%63.73%-
HSV(B)6.85º62.87%92.94%-
XYZ41.7428.8112.59-
YUV142.5397.23195.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.12%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 88 (34.77% from 255) = 20.47%
R=55.12%
G=24.42%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371058800.560.630.076.8580.5463.73
HexED69580383F775140
Octal3551511300707777121100
Binary1110110111010011011000011100011111111111110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6958; }

 p { color: rgb(237,105,88); }

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

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

 a { background-color: rgb(237,105,88); }

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

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

 span { border-color: rgb(237,105,88); }

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