Html Css Color HEX #EF7764 Terra Cotta

📋 copy color: '#EF7764'

red 239 ◦ green 119 ◦ blue 100

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

Shades of Terra Cotta #EF7764

Tints of Terra Cotta #EF7764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.98%

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

R = 52.18%
G = 25.98%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF7764 (or 0xEF7764) is known color: Terra Cotta. HEX triplet: EF, 77 and 64. RGB value is (239,119,100). Sum of RGB (Red+Green+Blue) = 239+119+100=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7764 is #10889B. Grayscale: #989898. Windows color (decimal): -1083548 or 6584303. OLE color: 6584303.

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

Color convert

RGB 239 119 100 -
CMYK 0 0.50 0.58 0.06
HSL 8.2º 0.81% 0.66% -
HSV(B) 8.2º 0.58% 0.94% -
XYZ 44.49 32.46 15.98 -
YUV 152.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 239 119 100 0 0.50 0.58 0.06 8.2 0.81 0.66
Hex EF 77 64 0 32 3A 6 8 51 42
Octal 357 167 144 0 62 72 6 10 121 102
Binary 11101111 1110111 1100100 0 110010 111010 110 1000 1010001 1000010

Color Harmonies of #EF7764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7764

Black with #EF7764

Text Example


Text Example

White with #EF7764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7764; }

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

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

background-color css

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

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

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

border-color css

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

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

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