Html Css Color HEX #EF715E Terra Cotta

📋 copy color: '#EF715E'

red 239 ◦ green 113 ◦ blue 94

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

Shades of Terra Cotta #EF715E

Tints of Terra Cotta #EF715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.34%

 BLUE value IS 94 (37.11% from 255) = 21.08%

R = 53.59%
G = 25.34%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF715E (or 0xEF715E) is known color: Terra Cotta. HEX triplet: EF, 71 and 5E. RGB value is (239,113,94). Sum of RGB (Red+Green+Blue) = 239+113+94=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF715E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF715E is #108EA1. Grayscale: #949494. Windows color (decimal): -1085090 or 6189551. OLE color: 6189551.

HSL color Cylindrical-coordinate representation of color #EF715E: hue angle of 7.86º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF715E is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 113 94 -
CMYK 0 0.53 0.61 0.06
HSL 7.86º 0.82% 0.65% -
HSV(B) 7.86º 0.61% 0.94% -
XYZ 43.52 30.97 14.27 -
YUV 148.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 239 113 94 0 0.53 0.61 0.06 7.86 0.82 0.65
Hex EF 71 5E 0 35 3D 6 8 52 41
Octal 357 161 136 0 65 75 6 10 122 101
Binary 11101111 1110001 1011110 0 110101 111101 110 1000 1010010 1000001

Color Harmonies of #EF715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF715E

Black with #EF715E

Text Example


Text Example

White with #EF715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF715E; }

 p { color: rgb(239,113,94); }

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

background-color css

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

 a { background-color: rgb(239,113,94); }

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

border-color css

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

 span { border-color: rgb(239,113,94); }

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