Html Css Color HEX #E96B5B Terra Cotta

📋 copy color: '#E96B5B'

red 233 ◦ green 107 ◦ blue 91

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

Shades of Terra Cotta #E96B5B

Tints of Terra Cotta #E96B5B

RGB

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

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

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

R = 54.06%
G = 24.83%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E96B5B (or 0xE96B5B) is known color: Terra Cotta. HEX triplet: E9, 6B and 5B. RGB value is (233,107,91). Sum of RGB (Red+Green+Blue) = 233+107+91=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B5B is #1694A4. Grayscale: #8F8F8F. Windows color (decimal): -1479845 or 5991401. OLE color: 5991401.

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

Color convert

RGB 233 107 91 -
CMYK 0 0.54 0.61 0.09
HSL 6.76º 0.76% 0.64% -
HSV(B) 6.76º 0.61% 0.91% -
XYZ 40.75 28.59 13.27 -
YUV 142.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 233 107 91 0 0.54 0.61 0.09 6.76 0.76 0.64
Hex E9 6B 5B 0 36 3D 9 7 4C 40
Octal 351 153 133 0 66 75 11 7 114 100
Binary 11101001 1101011 1011011 0 110110 111101 1001 111 1001100 1000000

Color Harmonies of #E96B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96B5B

Black with #E96B5B

Text Example


Text Example

White with #E96B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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