Html Css Color HEX #ED7162 Terra Cotta

📋 copy color: '#ED7162'

red 237 ◦ green 113 ◦ blue 98

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

Shades of Terra Cotta #ED7162

Tints of Terra Cotta #ED7162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.22%

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

R = 52.9%
G = 25.22%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED7162 (or 0xED7162) is known color: Terra Cotta. HEX triplet: ED, 71 and 62. RGB value is (237,113,98). Sum of RGB (Red+Green+Blue) = 237+113+98=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7162 is #128E9D. Grayscale: #949494. Windows color (decimal): -1216158 or 6451693. OLE color: 6451693.

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

Color convert

RGB 237 113 98 -
CMYK 0 0.52 0.59 0.07
HSL 6.47º 0.79% 0.66% -
HSV(B) 6.47º 0.59% 0.93% -
XYZ 43.03 30.7 15.21 -
YUV 148.37 99.58 191.22 -
System Red Green Blue C M Y K H S L
Decimal 237 113 98 0 0.52 0.59 0.07 6.47 0.79 0.66
Hex ED 71 62 0 34 3B 7 6 4F 42
Octal 355 161 142 0 64 73 7 6 117 102
Binary 11101101 1110001 1100010 0 110100 111011 111 110 1001111 1000010

Color Harmonies of #ED7162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7162

Black with #ED7162

Text Example


Text Example

White with #ED7162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7162; }

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

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

background-color css

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

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

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

border-color css

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

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

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