Html Css Color HEX #EB6760 Terra Cotta

📋 copy color: '#EB6760'

red 235 ◦ green 103 ◦ blue 96

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

Shades of Terra Cotta #EB6760

Tints of Terra Cotta #EB6760

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.73%

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 54.15%
G = 23.73%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EB6760 (or 0xEB6760) is known color: Terra Cotta. HEX triplet: EB, 67 and 60. RGB value is (235,103,96). Sum of RGB (Red+Green+Blue) = 235+103+96=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6760 is #14989F. Grayscale: #8D8D8D. Windows color (decimal): -1349792 or 6318059. OLE color: 6318059.

HSL color Cylindrical-coordinate representation of color #EB6760: hue angle of 3.02º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB6760 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 103 96 -
CMYK 0 0.56 0.59 0.08
HSL 3.02º 0.78% 0.65% -
HSV(B) 3.02º 0.59% 0.92% -
XYZ 41.22 28.21 14.34 -
YUV 141.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 235 103 96 0 0.56 0.59 0.08 3.02 0.78 0.65
Hex EB 67 60 0 38 3B 8 3 4E 41
Octal 353 147 140 0 70 73 10 3 116 101
Binary 11101011 1100111 1100000 0 111000 111011 1000 11 1001110 1000001

Color Harmonies of #EB6760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6760

Black with #EB6760

Text Example


Text Example

White with #EB6760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6760; }

 p { color: rgb(235,103,96); }

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

background-color css

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

 a { background-color: rgb(235,103,96); }

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

border-color css

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

 span { border-color: rgb(235,103,96); }

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