Html Css Color HEX #EF7260 Terra Cotta

📋 copy color: '#EF7260'

red 239 ◦ green 114 ◦ blue 96

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

Shades of Terra Cotta #EF7260

Tints of Terra Cotta #EF7260

RGB

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

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

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

R = 53.23%
G = 25.39%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF7260 (or 0xEF7260) is known color: Terra Cotta. HEX triplet: EF, 72 and 60. RGB value is (239,114,96). Sum of RGB (Red+Green+Blue) = 239+114+96=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7260 is #108D9F. Grayscale: #959595. Windows color (decimal): -1084832 or 6320879. OLE color: 6320879.

HSL color Cylindrical-coordinate representation of color #EF7260: hue angle of 7.55º 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 #EF7260 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 114 96 -
CMYK 0 0.52 0.60 0.06
HSL 7.55º 0.82% 0.66% -
HSV(B) 7.55º 0.6% 0.94% -
XYZ 43.73 31.23 14.79 -
YUV 149.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 239 114 96 0 0.52 0.60 0.06 7.55 0.82 0.66
Hex EF 72 60 0 34 3C 6 8 52 42
Octal 357 162 140 0 64 74 6 10 122 102
Binary 11101111 1110010 1100000 0 110100 111100 110 1000 1010010 1000010

Color Harmonies of #EF7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7260

Black with #EF7260

Text Example


Text Example

White with #EF7260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7260; }

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

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

background-color css

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

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

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

border-color css

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

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

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