Html Css Color HEX #EB745D Terra Cotta

📋 copy color: '#EB745D'

red 235 ◦ green 116 ◦ blue 93

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

Shades of Terra Cotta #EB745D

Tints of Terra Cotta #EB745D

RGB

 RED value IS 235 (92.19% from 255) = 52.93%

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

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

R = 52.93%
G = 26.13%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB745D (or 0xEB745D) is known color: Terra Cotta. HEX triplet: EB, 74 and 5D. RGB value is (235,116,93). Sum of RGB (Red+Green+Blue) = 235+116+93=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB745D is #148BA2. Grayscale: #959595. Windows color (decimal): -1346467 or 6124779. OLE color: 6124779.

HSL color Cylindrical-coordinate representation of color #EB745D: hue angle of 9.72º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB745D is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 116 93 -
CMYK 0 0.51 0.60 0.08
HSL 9.72º 0.78% 0.64% -
HSV(B) 9.72º 0.6% 0.92% -
XYZ 42.48 30.94 14.09 -
YUV 148.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 235 116 93 0 0.51 0.60 0.08 9.72 0.78 0.64
Hex EB 74 5D 0 33 3C 8 A 4E 40
Octal 353 164 135 0 63 74 10 12 116 100
Binary 11101011 1110100 1011101 0 110011 111100 1000 1010 1001110 1000000

Color Harmonies of #EB745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB745D

Black with #EB745D

Text Example


Text Example

White with #EB745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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