Html Css Color HEX #ED6C59 Terra Cotta

📋 copy color: '#ED6C59'

red 237 ◦ green 108 ◦ blue 89

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

Shades of Terra Cotta #ED6C59

Tints of Terra Cotta #ED6C59

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.88%

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

R = 54.61%
G = 24.88%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED6C59 (or 0xED6C59) is known color: Terra Cotta. HEX triplet: ED, 6C and 59. RGB value is (237,108,89). Sum of RGB (Red+Green+Blue) = 237+108+89=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6C59 is #1293A6. Grayscale: #909090. Windows color (decimal): -1217447 or 5860589. OLE color: 5860589.

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

Color convert

RGB 237 108 89 -
CMYK 0 0.54 0.62 0.07
HSL 7.7º 0.8% 0.64% -
HSV(B) 7.7º 0.62% 0.93% -
XYZ 42.09 29.45 12.92 -
YUV 144.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 237 108 89 0 0.54 0.62 0.07 7.7 0.8 0.64
Hex ED 6C 59 0 36 3E 7 8 50 40
Octal 355 154 131 0 66 76 7 10 120 100
Binary 11101101 1101100 1011001 0 110110 111110 111 1000 1010000 1000000

Color Harmonies of #ED6C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6C59

Black with #ED6C59

Text Example


Text Example

White with #ED6C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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