Html Css Color HEX #ED7260 Terra Cotta

📋 copy color: '#ED7260'

red 237 ◦ green 114 ◦ blue 96

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

Shades of Terra Cotta #ED7260

Tints of Terra Cotta #ED7260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.48%

R = 53.02%
G = 25.5%
B = 21.48%

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

#ED7260 (or 0xED7260) is known color: Terra Cotta. HEX triplet: ED, 72 and 60. RGB value is (237,114,96). Sum of RGB (Red+Green+Blue) = 237+114+96=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7260 is #128D9F. Grayscale: #949494. Windows color (decimal): -1215904 or 6320877. OLE color: 6320877.

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

Color convert

RGB 237 114 96 -
CMYK 0 0.52 0.59 0.07
HSL 7.66º 0.8% 0.65% -
HSV(B) 7.66º 0.59% 0.93% -
XYZ 43.05 30.88 14.76 -
YUV 148.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 237 114 96 0 0.52 0.59 0.07 7.66 0.8 0.65
Hex ED 72 60 0 34 3B 7 8 50 41
Octal 355 162 140 0 64 73 7 10 120 101
Binary 11101101 1110010 1100000 0 110100 111011 111 1000 1010000 1000001

Color Harmonies of #ED7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7260

Black with #ED7260

Text Example


Text Example

White with #ED7260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7260; }

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

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

background-color css

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

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

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

border-color css

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

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

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