Html Css Color HEX #E96E5B Terra Cotta

📋 copy color: '#E96E5B'

red 233 ◦ green 110 ◦ blue 91

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

Shades of Terra Cotta #E96E5B

Tints of Terra Cotta #E96E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.97%

R = 53.69%
G = 25.35%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E96E5B (or 0xE96E5B) is known color: Terra Cotta. HEX triplet: E9, 6E and 5B. RGB value is (233,110,91). Sum of RGB (Red+Green+Blue) = 233+110+91=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E5B is #1691A4. Grayscale: #909090. Windows color (decimal): -1479077 or 5992169. OLE color: 5992169.

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

Color convert

RGB 233 110 91 -
CMYK 0 0.53 0.61 0.09
HSL 8.03º 0.76% 0.64% -
HSV(B) 8.03º 0.61% 0.91% -
XYZ 41.07 29.23 13.38 -
YUV 144.61 97.75 191.04 -
System Red Green Blue C M Y K H S L
Decimal 233 110 91 0 0.53 0.61 0.09 8.03 0.76 0.64
Hex E9 6E 5B 0 35 3D 9 8 4C 40
Octal 351 156 133 0 65 75 11 10 114 100
Binary 11101001 1101110 1011011 0 110101 111101 1001 1000 1001100 1000000

Color Harmonies of #E96E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96E5B

Black with #E96E5B

Text Example


Text Example

White with #E96E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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