Html Css Color HEX #EC7262 Terra Cotta

📋 copy color: '#EC7262'

red 236 ◦ green 114 ◦ blue 98

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

Shades of Terra Cotta #EC7262

Tints of Terra Cotta #EC7262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

 BLUE value IS 98 (38.67% from 255) = 21.88%

R = 52.68%
G = 25.45%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC7262 (or 0xEC7262) is known color: Terra Cotta. HEX triplet: EC, 72 and 62. RGB value is (236,114,98). Sum of RGB (Red+Green+Blue) = 236+114+98=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7262 is #138D9D. Grayscale: #949494. Windows color (decimal): -1281438 or 6451948. OLE color: 6451948.

HSL color Cylindrical-coordinate representation of color #EC7262: hue angle of 6.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC7262 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 114 98 -
CMYK 0 0.52 0.58 0.07
HSL 6.96º 0.78% 0.65% -
HSV(B) 6.96º 0.58% 0.93% -
XYZ 42.81 30.75 15.23 -
YUV 148.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 236 114 98 0 0.52 0.58 0.07 6.96 0.78 0.65
Hex EC 72 62 0 34 3A 7 7 4E 41
Octal 354 162 142 0 64 72 7 7 116 101
Binary 11101100 1110010 1100010 0 110100 111010 111 111 1001110 1000001

Color Harmonies of #EC7262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7262

Black with #EC7262

Text Example


Text Example

White with #EC7262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7262; }

 p { color: rgb(236,114,98); }

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

background-color css

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

 a { background-color: rgb(236,114,98); }

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

border-color css

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

 span { border-color: rgb(236,114,98); }

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