Html Css Color HEX #EF7560 Terra Cotta

📋 copy color: '#EF7560'

red 239 ◦ green 117 ◦ blue 96

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

Shades of Terra Cotta #EF7560

Tints of Terra Cotta #EF7560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

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

R = 52.88%
G = 25.88%
B = 21.24%

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

#EF7560 (or 0xEF7560) is known color: Terra Cotta. HEX triplet: EF, 75 and 60. RGB value is (239,117,96). Sum of RGB (Red+Green+Blue) = 239+117+96=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7560 is #108A9F. Grayscale: #979797. Windows color (decimal): -1084064 or 6321647. OLE color: 6321647.

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

Color convert

RGB 239 117 96 -
CMYK 0 0.51 0.60 0.06
HSL 8.81º 0.82% 0.66% -
HSV(B) 8.81º 0.6% 0.94% -
XYZ 44.07 31.92 14.9 -
YUV 151.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 239 117 96 0 0.51 0.60 0.06 8.81 0.82 0.66
Hex EF 75 60 0 33 3C 6 9 52 42
Octal 357 165 140 0 63 74 6 11 122 102
Binary 11101111 1110101 1100000 0 110011 111100 110 1001 1010010 1000010

Color Harmonies of #EF7560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7560

Black with #EF7560

Text Example


Text Example

White with #EF7560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7560; }

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

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

background-color css

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

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

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

border-color css

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

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

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