Html Css Color HEX #EC735A Terra Cotta

📋 copy color: '#EC735A'

red 236 ◦ green 115 ◦ blue 90

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

Shades of Terra Cotta #EC735A

Tints of Terra Cotta #EC735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.08%

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

R = 53.51%
G = 26.08%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC735A (or 0xEC735A) is known color: Terra Cotta. HEX triplet: EC, 73 and 5A. RGB value is (236,115,90). Sum of RGB (Red+Green+Blue) = 236+115+90=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC735A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC735A is #138CA5. Grayscale: #949494. Windows color (decimal): -1281190 or 5927916. OLE color: 5927916.

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

Color convert

RGB 236 115 90 -
CMYK 0 0.51 0.62 0.07
HSL 10.27º 0.79% 0.64% -
HSV(B) 10.27º 0.62% 0.93% -
XYZ 42.57 30.83 13.38 -
YUV 148.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 236 115 90 0 0.51 0.62 0.07 10.27 0.79 0.64
Hex EC 73 5A 0 33 3E 7 A 4F 40
Octal 354 163 132 0 63 76 7 12 117 100
Binary 11101100 1110011 1011010 0 110011 111110 111 1010 1001111 1000000

Color Harmonies of #EC735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC735A

Black with #EC735A

Text Example


Text Example

White with #EC735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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