Html Css Color HEX #E96E61 Terra Cotta

📋 copy color: '#E96E61'

red 233 ◦ green 110 ◦ blue 97

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

Shades of Terra Cotta #E96E61

Tints of Terra Cotta #E96E61

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25%

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

R = 52.95%
G = 25%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E96E61 (or 0xE96E61) is known color: Terra Cotta. HEX triplet: E9, 6E and 61. RGB value is (233,110,97). Sum of RGB (Red+Green+Blue) = 233+110+97=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E61 is #16919E. Grayscale: #919191. Windows color (decimal): -1479071 or 6385385. OLE color: 6385385.

HSL color Cylindrical-coordinate representation of color #E96E61: hue angle of 5.74º 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 #E96E61 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 110 97 -
CMYK 0 0.53 0.58 0.09
HSL 5.74º 0.76% 0.65% -
HSV(B) 5.74º 0.58% 0.91% -
XYZ 41.34 29.34 14.79 -
YUV 145.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 233 110 97 0 0.53 0.58 0.09 5.74 0.76 0.65
Hex E9 6E 61 0 35 3A 9 6 4C 41
Octal 351 156 141 0 65 72 11 6 114 101
Binary 11101001 1101110 1100001 0 110101 111010 1001 110 1001100 1000001

Color Harmonies of #E96E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96E61

Black with #E96E61

Text Example


Text Example

White with #E96E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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