Html Css Color HEX #E96F63 Terra Cotta

📋 copy color: '#E96F63'

red 233 ◦ green 111 ◦ blue 99

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

Shades of Terra Cotta #E96F63

Tints of Terra Cotta #E96F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.06%

 BLUE value IS 99 (39.06% from 255) = 22.35%

R = 52.6%
G = 25.06%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E96F63 (or 0xE96F63) is known color: Terra Cotta. HEX triplet: E9, 6F and 63. RGB value is (233,111,99). Sum of RGB (Red+Green+Blue) = 233+111+99=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E96F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96F63 is #16909C. Grayscale: #929292. Windows color (decimal): -1478813 or 6516713. OLE color: 6516713.

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

Color convert

RGB 233 111 99 -
CMYK 0 0.52 0.58 0.09
HSL 5.37º 0.75% 0.65% -
HSV(B) 5.37º 0.58% 0.91% -
XYZ 41.54 29.59 15.33 -
YUV 146.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 233 111 99 0 0.52 0.58 0.09 5.37 0.75 0.65
Hex E9 6F 63 0 34 3A 9 5 4B 41
Octal 351 157 143 0 64 72 11 5 113 101
Binary 11101001 1101111 1100011 0 110100 111010 1001 101 1001011 1000001

Color Harmonies of #E96F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96F63

Black with #E96F63

Text Example


Text Example

White with #E96F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96F63; }

 p { color: rgb(233,111,99); }

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

background-color css

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

 a { background-color: rgb(233,111,99); }

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

border-color css

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

 span { border-color: rgb(233,111,99); }

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