Html Css Color HEX #EB7366 Terra Cotta

📋 copy color: '#EB7366'

red 235 ◦ green 115 ◦ blue 102

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

Shades of Terra Cotta #EB7366

Tints of Terra Cotta #EB7366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.57%

R = 51.99%
G = 25.44%
B = 22.57%

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

#EB7366 (or 0xEB7366) is known color: Terra Cotta. HEX triplet: EB, 73 and 66. RGB value is (235,115,102). Sum of RGB (Red+Green+Blue) = 235+115+102=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7366 is #148C99. Grayscale: #959595. Windows color (decimal): -1346714 or 6714347. OLE color: 6714347.

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

Color convert

RGB 235 115 102 -
CMYK 0 0.51 0.57 0.08
HSL 5.86º 0.77% 0.66% -
HSV(B) 5.86º 0.57% 0.92% -
XYZ 42.79 30.88 16.28 -
YUV 149.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 235 115 102 0 0.51 0.57 0.08 5.86 0.77 0.66
Hex EB 73 66 0 33 39 8 6 4D 42
Octal 353 163 146 0 63 71 10 6 115 102
Binary 11101011 1110011 1100110 0 110011 111001 1000 110 1001101 1000010

Color Harmonies of #EB7366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7366

Black with #EB7366

Text Example


Text Example

White with #EB7366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7366; }

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

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

background-color css

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

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

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

border-color css

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

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

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