Html Css Color HEX #EC6C5A Terra Cotta

📋 copy color: '#EC6C5A'

red 236 ◦ green 108 ◦ blue 90

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

Shades of Terra Cotta #EC6C5A

Tints of Terra Cotta #EC6C5A

RGB

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

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

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

R = 54.38%
G = 24.88%
B = 20.74%

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

#EC6C5A (or 0xEC6C5A) is known color: Terra Cotta. HEX triplet: EC, 6C and 5A. RGB value is (236,108,90). Sum of RGB (Red+Green+Blue) = 236+108+90=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C5A is #1393A5. Grayscale: #909090. Windows color (decimal): -1282982 or 5926124. OLE color: 5926124.

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

Color convert

RGB 236 108 90 -
CMYK 0 0.54 0.62 0.07
HSL 7.4º 0.79% 0.64% -
HSV(B) 7.4º 0.62% 0.93% -
XYZ 41.8 29.3 13.12 -
YUV 144.22 97.41 193.46 -
System Red Green Blue C M Y K H S L
Decimal 236 108 90 0 0.54 0.62 0.07 7.4 0.79 0.64
Hex EC 6C 5A 0 36 3E 7 7 4F 40
Octal 354 154 132 0 66 76 7 7 117 100
Binary 11101100 1101100 1011010 0 110110 111110 111 111 1001111 1000000

Color Harmonies of #EC6C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6C5A

Black with #EC6C5A

Text Example


Text Example

White with #EC6C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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