Html Css Color HEX #E96761 Terra Cotta

📋 copy color: '#E96761'

red 233 ◦ green 103 ◦ blue 97

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

Shades of Terra Cotta #E96761

Tints of Terra Cotta #E96761

RGB

 RED value IS 233 (91.41% from 255) = 53.81%

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

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

R = 53.81%
G = 23.79%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E96761 (or 0xE96761) is known color: Terra Cotta. HEX triplet: E9, 67 and 61. RGB value is (233,103,97). Sum of RGB (Red+Green+Blue) = 233+103+97=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E96761 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96761 is #16989E. Grayscale: #8D8D8D. Windows color (decimal): -1480863 or 6383593. OLE color: 6383593.

HSL color Cylindrical-coordinate representation of color #E96761: hue angle of 2.65º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96761 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 103 97 -
CMYK 0 0.56 0.58 0.09
HSL 2.65º 0.76% 0.65% -
HSV(B) 2.65º 0.58% 0.91% -
XYZ 40.61 27.89 14.55 -
YUV 141.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 233 103 97 0 0.56 0.58 0.09 2.65 0.76 0.65
Hex E9 67 61 0 38 3A 9 3 4C 41
Octal 351 147 141 0 70 72 11 3 114 101
Binary 11101001 1100111 1100001 0 111000 111010 1001 11 1001100 1000001

Color Harmonies of #E96761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96761

Black with #E96761

Text Example


Text Example

White with #E96761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96761; }

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

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

background-color css

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

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

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

border-color css

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

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

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