Html Css Color HEX #EF745D Terra Cotta

📋 copy color: '#EF745D'

red 239 ◦ green 116 ◦ blue 93

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

Shades of Terra Cotta #EF745D

Tints of Terra Cotta #EF745D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.76%

R = 53.35%
G = 25.89%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF745D (or 0xEF745D) is known color: Terra Cotta. HEX triplet: EF, 74 and 5D. RGB value is (239,116,93). Sum of RGB (Red+Green+Blue) = 239+116+93=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF745D is #108BA2. Grayscale: #969696. Windows color (decimal): -1084323 or 6124783. OLE color: 6124783.

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

Color convert

RGB 239 116 93 -
CMYK 0 0.51 0.61 0.06
HSL 9.45º 0.82% 0.65% -
HSV(B) 9.45º 0.61% 0.94% -
XYZ 43.82 31.63 14.15 -
YUV 150.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 239 116 93 0 0.51 0.61 0.06 9.45 0.82 0.65
Hex EF 74 5D 0 33 3D 6 9 52 41
Octal 357 164 135 0 63 75 6 11 122 101
Binary 11101111 1110100 1011101 0 110011 111101 110 1001 1010010 1000001

Color Harmonies of #EF745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF745D

Black with #EF745D

Text Example


Text Example

White with #EF745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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