Html Css Color HEX #ED7962 Terra Cotta

📋 copy color: '#ED7962'

red 237 ◦ green 121 ◦ blue 98

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

Shades of Terra Cotta #ED7962

Tints of Terra Cotta #ED7962

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.54%

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

R = 51.97%
G = 26.54%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED7962 (or 0xED7962) is known color: Terra Cotta. HEX triplet: ED, 79 and 62. RGB value is (237,121,98). Sum of RGB (Red+Green+Blue) = 237+121+98=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7962 is #12869D. Grayscale: #999999. Windows color (decimal): -1214110 or 6453741. OLE color: 6453741.

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

Color convert

RGB 237 121 98 -
CMYK 0 0.49 0.59 0.07
HSL 9.93º 0.79% 0.66% -
HSV(B) 9.93º 0.59% 0.93% -
XYZ 43.97 32.56 15.52 -
YUV 153.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 237 121 98 0 0.49 0.59 0.07 9.93 0.79 0.66
Hex ED 79 62 0 31 3B 7 A 4F 42
Octal 355 171 142 0 61 73 7 12 117 102
Binary 11101101 1111001 1100010 0 110001 111011 111 1010 1001111 1000010

Color Harmonies of #ED7962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7962

Black with #ED7962

Text Example


Text Example

White with #ED7962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7962; }

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

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

background-color css

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

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

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

border-color css

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

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

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