Html Css Color HEX #EF705F Terra Cotta

📋 copy color: '#EF705F'

red 239 ◦ green 112 ◦ blue 95

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

Shades of Terra Cotta #EF705F

Tints of Terra Cotta #EF705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.3%

R = 53.59%
G = 25.11%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF705F (or 0xEF705F) is known color: Terra Cotta. HEX triplet: EF, 70 and 5F. RGB value is (239,112,95). Sum of RGB (Red+Green+Blue) = 239+112+95=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF705F is #108FA0. Grayscale: #949494. Windows color (decimal): -1085345 or 6254831. OLE color: 6254831.

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

Color convert

RGB 239 112 95 -
CMYK 0 0.53 0.60 0.06
HSL 7.08º 0.82% 0.65% -
HSV(B) 7.08º 0.6% 0.94% -
XYZ 43.46 30.77 14.47 -
YUV 148.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 239 112 95 0 0.53 0.60 0.06 7.08 0.82 0.65
Hex EF 70 5F 0 35 3C 6 7 52 41
Octal 357 160 137 0 65 74 6 7 122 101
Binary 11101111 1110000 1011111 0 110101 111100 110 111 1010010 1000001

Color Harmonies of #EF705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF705F

Black with #EF705F

Text Example


Text Example

White with #EF705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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