Html Css Color HEX #EF7660 Terra Cotta

📋 copy color: '#EF7660'

red 239 ◦ green 118 ◦ blue 96

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

Shades of Terra Cotta #EF7660

Tints of Terra Cotta #EF7660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.05%

 BLUE value IS 96 (37.89% from 255) = 21.19%

R = 52.76%
G = 26.05%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF7660 (or 0xEF7660) is known color: Terra Cotta. HEX triplet: EF, 76 and 60. RGB value is (239,118,96). Sum of RGB (Red+Green+Blue) = 239+118+96=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7660 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7660 is #10899F. Grayscale: #979797. Windows color (decimal): -1083808 or 6321903. OLE color: 6321903.

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

Color convert

RGB 239 118 96 -
CMYK 0 0.51 0.60 0.06
HSL 9.23º 0.82% 0.66% -
HSV(B) 9.23º 0.6% 0.94% -
XYZ 44.19 32.15 14.94 -
YUV 151.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 239 118 96 0 0.51 0.60 0.06 9.23 0.82 0.66
Hex EF 76 60 0 33 3C 6 9 52 42
Octal 357 166 140 0 63 74 6 11 122 102
Binary 11101111 1110110 1100000 0 110011 111100 110 1001 1010010 1000010

Color Harmonies of #EF7660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7660

Black with #EF7660

Text Example


Text Example

White with #EF7660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7660; }

 p { color: rgb(239,118,96); }

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

background-color css

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

 a { background-color: rgb(239,118,96); }

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

border-color css

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

 span { border-color: rgb(239,118,96); }

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