Html Css Color HEX #E96A62 Terra Cotta

📋 copy color: '#E96A62'

red 233 ◦ green 106 ◦ blue 98

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

Shades of Terra Cotta #E96A62

Tints of Terra Cotta #E96A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.26%

 BLUE value IS 98 (38.67% from 255) = 22.43%

R = 53.32%
G = 24.26%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E96A62 (or 0xE96A62) is known color: Terra Cotta. HEX triplet: E9, 6A and 62. RGB value is (233,106,98). Sum of RGB (Red+Green+Blue) = 233+106+98=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A62 is #16959D. Grayscale: #8F8F8F. Windows color (decimal): -1480094 or 6449897. OLE color: 6449897.

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

Color convert

RGB 233 106 98 -
CMYK 0 0.55 0.58 0.09
HSL 3.56º 0.75% 0.65% -
HSV(B) 3.56º 0.58% 0.91% -
XYZ 40.96 28.51 14.9 -
YUV 143.06 102.58 192.15 -
System Red Green Blue C M Y K H S L
Decimal 233 106 98 0 0.55 0.58 0.09 3.56 0.75 0.65
Hex E9 6A 62 0 37 3A 9 4 4B 41
Octal 351 152 142 0 67 72 11 4 113 101
Binary 11101001 1101010 1100010 0 110111 111010 1001 100 1001011 1000001

Color Harmonies of #E96A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96A62

Black with #E96A62

Text Example


Text Example

White with #E96A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96A62; }

 p { color: rgb(233,106,98); }

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

background-color css

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

 a { background-color: rgb(233,106,98); }

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

border-color css

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

 span { border-color: rgb(233,106,98); }

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