Html Css Color HEX #EB8065 Terra Cotta

📋 copy color: '#EB8065'

red 235 ◦ green 128 ◦ blue 101

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

Shades of Terra Cotta #EB8065

Tints of Terra Cotta #EB8065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.59%

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

R = 50.65%
G = 27.59%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB8065 (or 0xEB8065) is known color: Terra Cotta. HEX triplet: EB, 80 and 65. RGB value is (235,128,101). Sum of RGB (Red+Green+Blue) = 235+128+101=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8065 is #147F9A. Grayscale: #9D9D9D. Windows color (decimal): -1343387 or 6652139. OLE color: 6652139.

HSL color Cylindrical-coordinate representation of color #EB8065: hue angle of 12.09º 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 #EB8065 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 128 101 -
CMYK 0 0.46 0.57 0.08
HSL 12.09º 0.77% 0.66% -
HSV(B) 12.09º 0.57% 0.92% -
XYZ 44.33 34.04 16.55 -
YUV 156.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 235 128 101 0 0.46 0.57 0.08 12.09 0.77 0.66
Hex EB 80 65 0 2E 39 8 C 4D 42
Octal 353 200 145 0 56 71 10 14 115 102
Binary 11101011 10000000 1100101 0 101110 111001 1000 1100 1001101 1000010

Color Harmonies of #EB8065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8065

Black with #EB8065

Text Example


Text Example

White with #EB8065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8065; }

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

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

background-color css

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

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

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

border-color css

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

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

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