Html Css Color HEX #EF7864 Terra Cotta

📋 copy color: '#EF7864'

red 239 ◦ green 120 ◦ blue 100

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

Shades of Terra Cotta #EF7864

Tints of Terra Cotta #EF7864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.14%

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

R = 52.07%
G = 26.14%
B = 21.79%

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

#EF7864 (or 0xEF7864) is known color: Terra Cotta. HEX triplet: EF, 78 and 64. RGB value is (239,120,100). Sum of RGB (Red+Green+Blue) = 239+120+100=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7864 is #10879B. Grayscale: #999999. Windows color (decimal): -1083292 or 6584559. OLE color: 6584559.

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

Color convert

RGB 239 120 100 -
CMYK 0 0.50 0.58 0.06
HSL 8.63º 0.81% 0.66% -
HSV(B) 8.63º 0.58% 0.94% -
XYZ 44.61 32.7 16.02 -
YUV 153.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 239 120 100 0 0.50 0.58 0.06 8.63 0.81 0.66
Hex EF 78 64 0 32 3A 6 9 51 42
Octal 357 170 144 0 62 72 6 11 121 102
Binary 11101111 1111000 1100100 0 110010 111010 110 1001 1010001 1000010

Color Harmonies of #EF7864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7864

Black with #EF7864

Text Example


Text Example

White with #EF7864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7864; }

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

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

background-color css

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

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

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

border-color css

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

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

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