Html Css Color HEX #EF7060 Terra Cotta

📋 copy color: '#EF7060'

red 239 ◦ green 112 ◦ blue 96

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

Shades of Terra Cotta #EF7060

Tints of Terra Cotta #EF7060

RGB

 RED value IS 239 (93.75% from 255) = 53.47%

 GREEN value IS 112 (44.14% from 255) = 25.06%

 BLUE value IS 96 (37.89% from 255) = 21.48%

R = 53.47%
G = 25.06%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF7060 (or 0xEF7060) is known color: Terra Cotta. HEX triplet: EF, 70 and 60. RGB value is (239,112,96). Sum of RGB (Red+Green+Blue) = 239+112+96=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7060 is #108F9F. Grayscale: #949494. Windows color (decimal): -1085344 or 6320367. OLE color: 6320367.

HSL color Cylindrical-coordinate representation of color #EF7060: hue angle of 6.71º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF7060 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 96 -
CMYK 0 0.53 0.60 0.06
HSL 6.71º 0.82% 0.66% -
HSV(B) 6.71º 0.6% 0.94% -
XYZ 43.5 30.78 14.72 -
YUV 148.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 239 112 96 0 0.53 0.60 0.06 6.71 0.82 0.66
Hex EF 70 60 0 35 3C 6 7 52 42
Octal 357 160 140 0 65 74 6 7 122 102
Binary 11101111 1110000 1100000 0 110101 111100 110 111 1010010 1000010

Color Harmonies of #EF7060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7060

Black with #EF7060

Text Example


Text Example

White with #EF7060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7060; }

 p { color: rgb(239,112,96); }

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

background-color css

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

 a { background-color: rgb(239,112,96); }

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

border-color css

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

 span { border-color: rgb(239,112,96); }

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