Html Css Color HEX #EF745F Terra Cotta

📋 copy color: '#EF745F'

red 239 ◦ green 116 ◦ blue 95

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

Shades of Terra Cotta #EF745F

Tints of Terra Cotta #EF745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.78%

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

R = 53.11%
G = 25.78%
B = 21.11%

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

#EF745F (or 0xEF745F) is known color: Terra Cotta. HEX triplet: EF, 74 and 5F. RGB value is (239,116,95). Sum of RGB (Red+Green+Blue) = 239+116+95=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF745F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF745F is #108BA0. Grayscale: #969696. Windows color (decimal): -1084321 or 6255855. OLE color: 6255855.

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

Color convert

RGB 239 116 95 -
CMYK 0 0.51 0.60 0.06
HSL 8.75º 0.82% 0.65% -
HSV(B) 8.75º 0.6% 0.94% -
XYZ 43.91 31.67 14.62 -
YUV 150.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 239 116 95 0 0.51 0.60 0.06 8.75 0.82 0.65
Hex EF 74 5F 0 33 3C 6 9 52 41
Octal 357 164 137 0 63 74 6 11 122 101
Binary 11101111 1110100 1011111 0 110011 111100 110 1001 1010010 1000001

Color Harmonies of #EF745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF745F

Black with #EF745F

Text Example


Text Example

White with #EF745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF745F; }

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

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

background-color css

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

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

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

border-color css

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

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

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