Html Css Color HEX #ED7062 Terra Cotta

📋 copy color: '#ED7062'

red 237 ◦ green 112 ◦ blue 98

#ED7062
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Terra Cotta #ED7062

Tints of Terra Cotta #ED7062

RGB

 RED value IS 237 (92.97% from 255) = 53.02%

 GREEN value IS 112 (44.14% from 255) = 25.06%

 BLUE value IS 98 (38.67% from 255) = 21.92%

R = 53.02%
G = 25.06%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED7062 (or 0xED7062) is known color: Terra Cotta. HEX triplet: ED, 70 and 62. RGB value is (237,112,98). Sum of RGB (Red+Green+Blue) = 237+112+98=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7062 is #128F9D. Grayscale: #939393. Windows color (decimal): -1216414 or 6451437. OLE color: 6451437.

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

Color convert

RGB 237 112 98 -
CMYK 0 0.53 0.59 0.07
HSL 6.04º 0.79% 0.66% -
HSV(B) 6.04º 0.59% 0.93% -
XYZ 42.92 30.47 15.18 -
YUV 147.78 99.91 191.64 -
System Red Green Blue C M Y K H S L
Decimal 237 112 98 0 0.53 0.59 0.07 6.04 0.79 0.66
Hex ED 70 62 0 35 3B 7 6 4F 42
Octal 355 160 142 0 65 73 7 6 117 102
Binary 11101101 1110000 1100010 0 110101 111011 111 110 1001111 1000010

Color Harmonies of #ED7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7062

Black with #ED7062

Text Example


Text Example

White with #ED7062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7062; }

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

 H1.HeaderClassName
 {
   color: #ED7062;
 }
 .AnyTagClassName
 {
   color: #ED7062;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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