Html Css Color HEX #EC6E5A Terra Cotta

📋 copy color: '#EC6E5A'

red 236 ◦ green 110 ◦ blue 90

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

Shades of Terra Cotta #EC6E5A

Tints of Terra Cotta #EC6E5A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.23%

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

R = 54.13%
G = 25.23%
B = 20.64%

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

#EC6E5A (or 0xEC6E5A) is known color: Terra Cotta. HEX triplet: EC, 6E and 5A. RGB value is (236,110,90). Sum of RGB (Red+Green+Blue) = 236+110+90=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6E5A is #1391A5. Grayscale: #919191. Windows color (decimal): -1282470 or 5926636. OLE color: 5926636.

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

Color convert

RGB 236 110 90 -
CMYK 0 0.53 0.62 0.07
HSL 8.22º 0.79% 0.64% -
HSV(B) 8.22º 0.62% 0.93% -
XYZ 42.01 29.72 13.2 -
YUV 145.39 96.74 192.63 -
System Red Green Blue C M Y K H S L
Decimal 236 110 90 0 0.53 0.62 0.07 8.22 0.79 0.64
Hex EC 6E 5A 0 35 3E 7 8 4F 40
Octal 354 156 132 0 65 76 7 10 117 100
Binary 11101100 1101110 1011010 0 110101 111110 111 1000 1001111 1000000

Color Harmonies of #EC6E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E5A

Black with #EC6E5A

Text Example


Text Example

White with #EC6E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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