Html Css Color HEX #ED7F62 Terra Cotta

📋 copy color: '#ED7F62'

red 237 ◦ green 127 ◦ blue 98

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

Shades of Terra Cotta #ED7F62

Tints of Terra Cotta #ED7F62

RGB

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

 GREEN value IS 127 (50% from 255) = 27.49%

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

R = 51.3%
G = 27.49%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED7F62 (or 0xED7F62) is known color: Terra Cotta. HEX triplet: ED, 7F and 62. RGB value is (237,127,98). Sum of RGB (Red+Green+Blue) = 237+127+98=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F62 is #12809D. Grayscale: #9C9C9C. Windows color (decimal): -1212574 or 6455277. OLE color: 6455277.

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

Color convert

RGB 237 127 98 -
CMYK 0 0.46 0.59 0.07
HSL 12.52º 0.79% 0.66% -
HSV(B) 12.52º 0.59% 0.93% -
XYZ 44.72 34.07 15.77 -
YUV 156.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 237 127 98 0 0.46 0.59 0.07 12.52 0.79 0.66
Hex ED 7F 62 0 2E 3B 7 D 4F 42
Octal 355 177 142 0 56 73 7 15 117 102
Binary 11101101 1111111 1100010 0 101110 111011 111 1101 1001111 1000010

Color Harmonies of #ED7F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F62

Black with #ED7F62

Text Example


Text Example

White with #ED7F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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