Html Css Color HEX #EC6A5A Terra Cotta

📋 copy color: '#EC6A5A'

red 236 ◦ green 106 ◦ blue 90

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

Shades of Terra Cotta #EC6A5A

Tints of Terra Cotta #EC6A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.83%

R = 54.63%
G = 24.54%
B = 20.83%

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

#EC6A5A (or 0xEC6A5A) is known color: Terra Cotta. HEX triplet: EC, 6A and 5A. RGB value is (236,106,90). Sum of RGB (Red+Green+Blue) = 236+106+90=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6A5A is #1395A5. Grayscale: #8F8F8F. Windows color (decimal): -1283494 or 5925612. OLE color: 5925612.

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

Color convert

RGB 236 106 90 -
CMYK 0 0.55 0.62 0.07
HSL 6.58º 0.79% 0.64% -
HSV(B) 6.58º 0.62% 0.93% -
XYZ 41.59 28.88 13.05 -
YUV 143.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 236 106 90 0 0.55 0.62 0.07 6.58 0.79 0.64
Hex EC 6A 5A 0 37 3E 7 7 4F 40
Octal 354 152 132 0 67 76 7 7 117 100
Binary 11101100 1101010 1011010 0 110111 111110 111 111 1001111 1000000

Color Harmonies of #EC6A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6A5A

Black with #EC6A5A

Text Example


Text Example

White with #EC6A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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