Html Css Color HEX #EB6766 Terra Cotta

📋 copy color: '#EB6766'

red 235 ◦ green 103 ◦ blue 102

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

Shades of Terra Cotta #EB6766

Tints of Terra Cotta #EB6766

RGB

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

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

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

R = 53.41%
G = 23.41%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB6766 (or 0xEB6766) is known color: Terra Cotta. HEX triplet: EB, 67 and 66. RGB value is (235,103,102). Sum of RGB (Red+Green+Blue) = 235+103+102=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6766 is #149899. Grayscale: #8E8E8E. Windows color (decimal): -1349786 or 6711275. OLE color: 6711275.

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

Color convert

RGB 235 103 102 -
CMYK 0 0.56 0.57 0.08
HSL 0.45º 0.77% 0.66% -
HSV(B) 0.45º 0.57% 0.92% -
XYZ 41.51 28.32 15.85 -
YUV 142.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 235 103 102 0 0.56 0.57 0.08 0.45 0.77 0.66
Hex EB 67 66 0 38 39 8 0 4D 42
Octal 353 147 146 0 70 71 10 0 115 102
Binary 11101011 1100111 1100110 0 111000 111001 1000 0 1001101 1000010

Color Harmonies of #EB6766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6766

Black with #EB6766

Text Example


Text Example

White with #EB6766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6766; }

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

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

background-color css

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

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

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

border-color css

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

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

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