Html Css Color HEX #EB7365 Terra Cotta

📋 copy color: '#EB7365'

red 235 ◦ green 115 ◦ blue 101

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

Shades of Terra Cotta #EB7365

Tints of Terra Cotta #EB7365

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.5%

 BLUE value IS 101 (39.84% from 255) = 22.39%

R = 52.11%
G = 25.5%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB7365 (or 0xEB7365) is known color: Terra Cotta. HEX triplet: EB, 73 and 65. RGB value is (235,115,101). Sum of RGB (Red+Green+Blue) = 235+115+101=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7365 is #148C9A. Grayscale: #959595. Windows color (decimal): -1346715 or 6648811. OLE color: 6648811.

HSL color Cylindrical-coordinate representation of color #EB7365: hue angle of 6.27º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB7365 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 115 101 -
CMYK 0 0.51 0.57 0.08
HSL 6.27º 0.77% 0.66% -
HSV(B) 6.27º 0.57% 0.92% -
XYZ 42.74 30.86 16.02 -
YUV 149.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 235 115 101 0 0.51 0.57 0.08 6.27 0.77 0.66
Hex EB 73 65 0 33 39 8 6 4D 42
Octal 353 163 145 0 63 71 10 6 115 102
Binary 11101011 1110011 1100101 0 110011 111001 1000 110 1001101 1000010

Color Harmonies of #EB7365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7365

Black with #EB7365

Text Example


Text Example

White with #EB7365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7365; }

 p { color: rgb(235,115,101); }

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

background-color css

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

 a { background-color: rgb(235,115,101); }

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

border-color css

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

 span { border-color: rgb(235,115,101); }

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