Html Css Color HEX #EC6A59 Terra Cotta

📋 copy color: '#EC6A59'

red 236 ◦ green 106 ◦ blue 89

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

Shades of Terra Cotta #EC6A59

Tints of Terra Cotta #EC6A59

RGB

 RED value IS 236 (92.58% from 255) = 54.76%

 GREEN value IS 106 (41.8% from 255) = 24.59%

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

R = 54.76%
G = 24.59%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC6A59 (or 0xEC6A59) is known color: Terra Cotta. HEX triplet: EC, 6A and 59. RGB value is (236,106,89). Sum of RGB (Red+Green+Blue) = 236+106+89=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6A59 is #1395A6. Grayscale: #8F8F8F. Windows color (decimal): -1283495 or 5860076. OLE color: 5860076.

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

Color convert

RGB 236 106 89 -
CMYK 0 0.55 0.62 0.07
HSL 6.94º 0.79% 0.64% -
HSV(B) 6.94º 0.62% 0.93% -
XYZ 41.55 28.86 12.83 -
YUV 142.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 236 106 89 0 0.55 0.62 0.07 6.94 0.79 0.64
Hex EC 6A 59 0 37 3E 7 7 4F 40
Octal 354 152 131 0 67 76 7 7 117 100
Binary 11101100 1101010 1011001 0 110111 111110 111 111 1001111 1000000

Color Harmonies of #EC6A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6A59

Black with #EC6A59

Text Example


Text Example

White with #EC6A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6A59; }

 p { color: rgb(236,106,89); }

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

background-color css

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

 a { background-color: rgb(236,106,89); }

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

border-color css

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

 span { border-color: rgb(236,106,89); }

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