Html Css Color HEX #EF7860 Terra Cotta

📋 copy color: '#EF7860'

red 239 ◦ green 120 ◦ blue 96

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

Shades of Terra Cotta #EF7860

Tints of Terra Cotta #EF7860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.37%

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

R = 52.53%
G = 26.37%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF7860 (or 0xEF7860) is known color: Terra Cotta. HEX triplet: EF, 78 and 60. RGB value is (239,120,96). Sum of RGB (Red+Green+Blue) = 239+120+96=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7860 is #10879F. Grayscale: #999999. Windows color (decimal): -1083296 or 6322415. OLE color: 6322415.

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

Color convert

RGB 239 120 96 -
CMYK 0 0.50 0.60 0.06
HSL 10.07º 0.82% 0.66% -
HSV(B) 10.07º 0.6% 0.94% -
XYZ 44.42 32.63 15.02 -
YUV 152.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 239 120 96 0 0.50 0.60 0.06 10.07 0.82 0.66
Hex EF 78 60 0 32 3C 6 A 52 42
Octal 357 170 140 0 62 74 6 12 122 102
Binary 11101111 1111000 1100000 0 110010 111100 110 1010 1010010 1000010

Color Harmonies of #EF7860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7860

Black with #EF7860

Text Example


Text Example

White with #EF7860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7860; }

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

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

background-color css

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

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

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

border-color css

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

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

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