Html Css Color HEX #EF7360 Terra Cotta

📋 copy color: '#EF7360'

red 239 ◦ green 115 ◦ blue 96

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

Shades of Terra Cotta #EF7360

Tints of Terra Cotta #EF7360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.56%

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

R = 53.11%
G = 25.56%
B = 21.33%

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

#EF7360 (or 0xEF7360) is known color: Terra Cotta. HEX triplet: EF, 73 and 60. RGB value is (239,115,96). Sum of RGB (Red+Green+Blue) = 239+115+96=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7360 is #108C9F. Grayscale: #969696. Windows color (decimal): -1084576 or 6321135. OLE color: 6321135.

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

Color convert

RGB 239 115 96 -
CMYK 0 0.52 0.60 0.06
HSL 7.97º 0.82% 0.66% -
HSV(B) 7.97º 0.6% 0.94% -
XYZ 43.84 31.46 14.83 -
YUV 149.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 239 115 96 0 0.52 0.60 0.06 7.97 0.82 0.66
Hex EF 73 60 0 34 3C 6 8 52 42
Octal 357 163 140 0 64 74 6 10 122 102
Binary 11101111 1110011 1100000 0 110100 111100 110 1000 1010010 1000010

Color Harmonies of #EF7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7360

Black with #EF7360

Text Example


Text Example

White with #EF7360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7360; }

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

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

background-color css

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

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

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

border-color css

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

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

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