Html Css Color HEX #EF705B Terra Cotta

📋 copy color: '#EF705B'

red 239 ◦ green 112 ◦ blue 91

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

Shades of Terra Cotta #EF705B

Tints of Terra Cotta #EF705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.34%

 BLUE value IS 91 (35.94% from 255) = 20.59%

R = 54.07%
G = 25.34%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF705B (or 0xEF705B) is known color: Terra Cotta. HEX triplet: EF, 70 and 5B. RGB value is (239,112,91). Sum of RGB (Red+Green+Blue) = 239+112+91=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF705B is #108FA4. Grayscale: #939393. Windows color (decimal): -1085349 or 5992687. OLE color: 5992687.

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

Color convert

RGB 239 112 91 -
CMYK 0 0.53 0.62 0.06
HSL 8.51º 0.82% 0.65% -
HSV(B) 8.51º 0.62% 0.94% -
XYZ 43.28 30.69 13.54 -
YUV 147.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 239 112 91 0 0.53 0.62 0.06 8.51 0.82 0.65
Hex EF 70 5B 0 35 3E 6 9 52 41
Octal 357 160 133 0 65 76 6 11 122 101
Binary 11101111 1110000 1011011 0 110101 111110 110 1001 1010010 1000001

Color Harmonies of #EF705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF705B

Black with #EF705B

Text Example


Text Example

White with #EF705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF705B; }

 p { color: rgb(239,112,91); }

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

background-color css

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

 a { background-color: rgb(239,112,91); }

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

border-color css

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

 span { border-color: rgb(239,112,91); }

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