Html Css Color HEX #EB6761 Terra Cotta

📋 copy color: '#EB6761'

red 235 ◦ green 103 ◦ blue 97

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

Shades of Terra Cotta #EB6761

Tints of Terra Cotta #EB6761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.3%

R = 54.02%
G = 23.68%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EB6761 (or 0xEB6761) is known color: Terra Cotta. HEX triplet: EB, 67 and 61. RGB value is (235,103,97). Sum of RGB (Red+Green+Blue) = 235+103+97=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6761 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6761 is #14989E. Grayscale: #8D8D8D. Windows color (decimal): -1349791 or 6383595. OLE color: 6383595.

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

Color convert

RGB 235 103 97 -
CMYK 0 0.56 0.59 0.08
HSL 2.61º 0.78% 0.65% -
HSV(B) 2.61º 0.59% 0.92% -
XYZ 41.27 28.23 14.58 -
YUV 141.78 102.73 194.49 -
System Red Green Blue C M Y K H S L
Decimal 235 103 97 0 0.56 0.59 0.08 2.61 0.78 0.65
Hex EB 67 61 0 38 3B 8 3 4E 41
Octal 353 147 141 0 70 73 10 3 116 101
Binary 11101011 1100111 1100001 0 111000 111011 1000 11 1001110 1000001

Color Harmonies of #EB6761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6761

Black with #EB6761

Text Example


Text Example

White with #EB6761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6761; }

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

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

background-color css

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

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

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

border-color css

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

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

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