Html Css Color HEX #EF7965 Terra Cotta

📋 copy color: '#EF7965'

red 239 ◦ green 121 ◦ blue 101

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

Shades of Terra Cotta #EF7965

Tints of Terra Cotta #EF7965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.91%

R = 51.84%
G = 26.25%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF7965 (or 0xEF7965) is known color: Terra Cotta. HEX triplet: EF, 79 and 65. RGB value is (239,121,101). Sum of RGB (Red+Green+Blue) = 239+121+101=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7965 is #10869A. Grayscale: #9A9A9A. Windows color (decimal): -1083035 or 6650351. OLE color: 6650351.

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

Color convert

RGB 239 121 101 -
CMYK 0 0.49 0.58 0.06
HSL 8.7º 0.81% 0.67% -
HSV(B) 8.7º 0.58% 0.94% -
XYZ 44.78 32.97 16.31 -
YUV 154 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 239 121 101 0 0.49 0.58 0.06 8.7 0.81 0.67
Hex EF 79 65 0 31 3A 6 9 51 43
Octal 357 171 145 0 61 72 6 11 121 103
Binary 11101111 1111001 1100101 0 110001 111010 110 1001 1010001 1000011

Color Harmonies of #EF7965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7965

Black with #EF7965

Text Example


Text Example

White with #EF7965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7965; }

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

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

background-color css

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

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

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

border-color css

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

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

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