#ED7862

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

Shades of Terra Cotta #ED7862

Tints of Terra Cotta #ED7862

Color information

#ED7862 (or 0xED7862) is unknown color: approx Terra Cotta. HEX triplet: ED, 78 and 62. RGB value is (237,120,98). Sum of RGB (Red+Green+Blue) = 237+120+98=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7862 is #12879D. Grayscale: #989898. Windows color (decimal): -1214366 or 6453485. OLE color: 6453485.

HSL color Cylindrical-coordinate representation of color #ED7862: hue angle of 9.5º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED7862 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23712098-
CMYK00.490.590.07
HSL9.5º79.43%65.69%-
HSV(B)9.5º58.65%92.94%-
XYZ43.8532.3215.48-
YUV152.4897.26188.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.09%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=52.09%
G=26.37%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371209800.490.590.079.579.4365.69
HexED78620313B794f42
Octal35517014206173711117102
Binary11101101111100011000100110001111011111100110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7862; }

 p { color: rgb(237,120,98); }

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

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

 a { background-color: rgb(237,120,98); }

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

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

 span { border-color: rgb(237,120,98); }

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