Html Css Color HEX #EB8163 Terra Cotta

📋 copy color: '#EB8163'

red 235 ◦ green 129 ◦ blue 99

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

Shades of Terra Cotta #EB8163

Tints of Terra Cotta #EB8163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.86%

 BLUE value IS 99 (39.06% from 255) = 21.38%

R = 50.76%
G = 27.86%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB8163 (or 0xEB8163) is known color: Terra Cotta. HEX triplet: EB, 81 and 63. RGB value is (235,129,99). Sum of RGB (Red+Green+Blue) = 235+129+99=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8163 is #147E9C. Grayscale: #9D9D9D. Windows color (decimal): -1343133 or 6521323. OLE color: 6521323.

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

Color convert

RGB 235 129 99 -
CMYK 0 0.45 0.58 0.08
HSL 13.24º 0.77% 0.65% -
HSV(B) 13.24º 0.58% 0.92% -
XYZ 44.36 34.26 16.08 -
YUV 157.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 235 129 99 0 0.45 0.58 0.08 13.24 0.77 0.65
Hex EB 81 63 0 2D 3A 8 D 4D 41
Octal 353 201 143 0 55 72 10 15 115 101
Binary 11101011 10000001 1100011 0 101101 111010 1000 1101 1001101 1000001

Color Harmonies of #EB8163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8163

Black with #EB8163

Text Example


Text Example

White with #EB8163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8163; }

 p { color: rgb(235,129,99); }

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

background-color css

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

 a { background-color: rgb(235,129,99); }

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

border-color css

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

 span { border-color: rgb(235,129,99); }

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