Html Css Color HEX #EC7462 Terra Cotta

📋 copy color: '#EC7462'

red 236 ◦ green 116 ◦ blue 98

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

Shades of Terra Cotta #EC7462

Tints of Terra Cotta #EC7462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.78%

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

R = 52.44%
G = 25.78%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC7462 (or 0xEC7462) is known color: Terra Cotta. HEX triplet: EC, 74 and 62. RGB value is (236,116,98). Sum of RGB (Red+Green+Blue) = 236+116+98=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7462 is #138B9D. Grayscale: #969696. Windows color (decimal): -1280926 or 6452460. OLE color: 6452460.

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

Color convert

RGB 236 116 98 -
CMYK 0 0.51 0.58 0.07
HSL 7.83º 0.78% 0.65% -
HSV(B) 7.83º 0.58% 0.93% -
XYZ 43.04 31.21 15.31 -
YUV 149.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 236 116 98 0 0.51 0.58 0.07 7.83 0.78 0.65
Hex EC 74 62 0 33 3A 7 8 4E 41
Octal 354 164 142 0 63 72 7 10 116 101
Binary 11101100 1110100 1100010 0 110011 111010 111 1000 1001110 1000001

Color Harmonies of #EC7462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7462

Black with #EC7462

Text Example


Text Example

White with #EC7462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7462; }

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

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

background-color css

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

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

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

border-color css

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

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

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