Html Css Color HEX #EF7961 Terra Cotta

📋 copy color: '#EF7961'

red 239 ◦ green 121 ◦ blue 97

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

Shades of Terra Cotta #EF7961

Tints of Terra Cotta #EF7961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.48%

 BLUE value IS 97 (38.28% from 255) = 21.23%

R = 52.3%
G = 26.48%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF7961 (or 0xEF7961) is known color: Terra Cotta. HEX triplet: EF, 79 and 61. RGB value is (239,121,97). Sum of RGB (Red+Green+Blue) = 239+121+97=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7961 is #10869E. Grayscale: #999999. Windows color (decimal): -1083039 or 6388207. OLE color: 6388207.

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

Color convert

RGB 239 121 97 -
CMYK 0 0.49 0.59 0.06
HSL 10.14º 0.82% 0.66% -
HSV(B) 10.14º 0.59% 0.94% -
XYZ 44.59 32.89 15.31 -
YUV 153.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 239 121 97 0 0.49 0.59 0.06 10.14 0.82 0.66
Hex EF 79 61 0 31 3B 6 A 52 42
Octal 357 171 141 0 61 73 6 12 122 102
Binary 11101111 1111001 1100001 0 110001 111011 110 1010 1010010 1000010

Color Harmonies of #EF7961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7961

Black with #EF7961

Text Example


Text Example

White with #EF7961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7961; }

 p { color: rgb(239,121,97); }

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

background-color css

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

 a { background-color: rgb(239,121,97); }

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

border-color css

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

 span { border-color: rgb(239,121,97); }

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