Html Css Color HEX #EB7666 Terra Cotta

📋 copy color: '#EB7666'

red 235 ◦ green 118 ◦ blue 102

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

Shades of Terra Cotta #EB7666

Tints of Terra Cotta #EB7666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.93%

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

R = 51.65%
G = 25.93%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB7666 (or 0xEB7666) is known color: Terra Cotta. HEX triplet: EB, 76 and 66. RGB value is (235,118,102). Sum of RGB (Red+Green+Blue) = 235+118+102=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7666 is #148999. Grayscale: #979797. Windows color (decimal): -1345946 or 6715115. OLE color: 6715115.

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

Color convert

RGB 235 118 102 -
CMYK 0 0.50 0.57 0.08
HSL 7.22º 0.77% 0.66% -
HSV(B) 7.22º 0.57% 0.92% -
XYZ 43.14 31.58 16.39 -
YUV 151.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 235 118 102 0 0.50 0.57 0.08 7.22 0.77 0.66
Hex EB 76 66 0 32 39 8 7 4D 42
Octal 353 166 146 0 62 71 10 7 115 102
Binary 11101011 1110110 1100110 0 110010 111001 1000 111 1001101 1000010

Color Harmonies of #EB7666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7666

Black with #EB7666

Text Example


Text Example

White with #EB7666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7666; }

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

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

background-color css

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

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

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

border-color css

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

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

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