#ED7762

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

Shades of Terra Cotta #ED7762

Tints of Terra Cotta #ED7762

Color information

#ED7762 (or 0xED7762) is unknown color: approx Terra Cotta. HEX triplet: ED, 77 and 62. RGB value is (237,119,98). Sum of RGB (Red+Green+Blue) = 237+119+98=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7762 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7762 is #12889D. Grayscale: #989898. Windows color (decimal): -1214622 or 6453229. OLE color: 6453229.

HSL color Cylindrical-coordinate representation of color #ED7762: hue angle of 9.06º 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 #ED7762 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23711998-
CMYK00.500.590.07
HSL9.06º79.43%65.69%-
HSV(B)9.06º58.65%92.94%-
XYZ43.7332.0815.44-
YUV151.8997.59188.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.20%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 98 (38.67% from 255) = 21.59%
R=52.20%
G=26.21%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371199800.500.590.079.0679.4365.69
HexED77620323B794f42
Octal35516714206273711117102
Binary11101101111011111000100110010111011111100110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7762; }

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

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

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

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

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

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

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

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