Html Css Color HEX #EF7964 Terra Cotta

📋 copy color: '#EF7964'

red 239 ◦ green 121 ◦ blue 100

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

Shades of Terra Cotta #EF7964

Tints of Terra Cotta #EF7964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.74%

R = 51.96%
G = 26.3%
B = 21.74%

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

#EF7964 (or 0xEF7964) is known color: Terra Cotta. HEX triplet: EF, 79 and 64. RGB value is (239,121,100). Sum of RGB (Red+Green+Blue) = 239+121+100=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7964 is #10869B. Grayscale: #9A9A9A. Windows color (decimal): -1083036 or 6584815. OLE color: 6584815.

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

Color convert

RGB 239 121 100 -
CMYK 0 0.49 0.58 0.06
HSL 9.06º 0.81% 0.66% -
HSV(B) 9.06º 0.58% 0.94% -
XYZ 44.73 32.95 16.06 -
YUV 153.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 239 121 100 0 0.49 0.58 0.06 9.06 0.81 0.66
Hex EF 79 64 0 31 3A 6 9 51 42
Octal 357 171 144 0 61 72 6 11 121 102
Binary 11101111 1111001 1100100 0 110001 111010 110 1001 1010001 1000010

Color Harmonies of #EF7964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7964

Black with #EF7964

Text Example


Text Example

White with #EF7964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7964; }

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

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

background-color css

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

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

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

border-color css

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

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

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