Html Css Color HEX #ED7261 Terra Cotta

📋 copy color: '#ED7261'

red 237 ◦ green 114 ◦ blue 97

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

Shades of Terra Cotta #ED7261

Tints of Terra Cotta #ED7261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

 BLUE value IS 97 (38.28% from 255) = 21.65%

R = 52.9%
G = 25.45%
B = 21.65%

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

#ED7261 (or 0xED7261) is known color: Terra Cotta. HEX triplet: ED, 72 and 61. RGB value is (237,114,97). Sum of RGB (Red+Green+Blue) = 237+114+97=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7261 is #128D9E. Grayscale: #959595. Windows color (decimal): -1215903 or 6386413. OLE color: 6386413.

HSL color Cylindrical-coordinate representation of color #ED7261: hue angle of 7.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED7261 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 114 97 -
CMYK 0 0.52 0.59 0.07
HSL 7.29º 0.8% 0.65% -
HSV(B) 7.29º 0.59% 0.93% -
XYZ 43.1 30.9 15 -
YUV 148.84 98.75 190.88 -
System Red Green Blue C M Y K H S L
Decimal 237 114 97 0 0.52 0.59 0.07 7.29 0.8 0.65
Hex ED 72 61 0 34 3B 7 7 50 41
Octal 355 162 141 0 64 73 7 7 120 101
Binary 11101101 1110010 1100001 0 110100 111011 111 111 1010000 1000001

Color Harmonies of #ED7261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7261

Black with #ED7261

Text Example


Text Example

White with #ED7261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7261; }

 p { color: rgb(237,114,97); }

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

background-color css

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

 a { background-color: rgb(237,114,97); }

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

border-color css

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

 span { border-color: rgb(237,114,97); }

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