Html Css Color HEX #ED7059 Terra Cotta

📋 copy color: '#ED7059'

red 237 ◦ green 112 ◦ blue 89

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

Shades of Terra Cotta #ED7059

Tints of Terra Cotta #ED7059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.57%

 BLUE value IS 89 (35.16% from 255) = 20.32%

R = 54.11%
G = 25.57%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED7059 (or 0xED7059) is known color: Terra Cotta. HEX triplet: ED, 70 and 59. RGB value is (237,112,89). Sum of RGB (Red+Green+Blue) = 237+112+89=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7059 is #128FA6. Grayscale: #929292. Windows color (decimal): -1216423 or 5861613. OLE color: 5861613.

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

Color convert

RGB 237 112 89 -
CMYK 0 0.53 0.62 0.07
HSL 9.32º 0.8% 0.64% -
HSV(B) 9.32º 0.62% 0.93% -
XYZ 42.52 30.31 13.06 -
YUV 146.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 237 112 89 0 0.53 0.62 0.07 9.32 0.8 0.64
Hex ED 70 59 0 35 3E 7 9 50 40
Octal 355 160 131 0 65 76 7 11 120 100
Binary 11101101 1110000 1011001 0 110101 111110 111 1001 1010000 1000000

Color Harmonies of #ED7059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7059

Black with #ED7059

Text Example


Text Example

White with #ED7059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7059; }

 p { color: rgb(237,112,89); }

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

background-color css

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

 a { background-color: rgb(237,112,89); }

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

border-color css

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

 span { border-color: rgb(237,112,89); }

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