Html Css Color HEX #E96B55 Terra Cotta

📋 copy color: '#E96B55'

red 233 ◦ green 107 ◦ blue 85

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

Shades of Terra Cotta #E96B55

Tints of Terra Cotta #E96B55

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.18%

 BLUE value IS 85 (33.59% from 255) = 20%

R = 54.82%
G = 25.18%
B = 20%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E96B55 (or 0xE96B55) is known color: Terra Cotta. HEX triplet: E9, 6B and 55. RGB value is (233,107,85). Sum of RGB (Red+Green+Blue) = 233+107+85=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B55 is #1694AA. Grayscale: #8E8E8E. Windows color (decimal): -1479851 or 5598185. OLE color: 5598185.

HSL color Cylindrical-coordinate representation of color #E96B55: hue angle of 8.92º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E96B55 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 107 85 -
CMYK 0 0.54 0.64 0.09
HSL 8.92º 0.77% 0.62% -
HSV(B) 8.92º 0.64% 0.91% -
XYZ 40.5 28.49 11.96 -
YUV 142.17 95.74 192.79 -
System Red Green Blue C M Y K H S L
Decimal 233 107 85 0 0.54 0.64 0.09 8.92 0.77 0.62
Hex E9 6B 55 0 36 40 9 9 4D 3E
Octal 351 153 125 0 66 100 11 11 115 76
Binary 11101001 1101011 1010101 0 110110 1000000 1001 1001 1001101 111110

Color Harmonies of #E96B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96B55

Black with #E96B55

Text Example


Text Example

White with #E96B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96B55; }

 p { color: rgb(233,107,85); }

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

background-color css

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

 a { background-color: rgb(233,107,85); }

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

border-color css

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

 span { border-color: rgb(233,107,85); }

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