Html Css Color HEX #E96B5A Terra Cotta

📋 copy color: '#E96B5A'

red 233 ◦ green 107 ◦ blue 90

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

Shades of Terra Cotta #E96B5A

Tints of Terra Cotta #E96B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.93%

R = 54.19%
G = 24.88%
B = 20.93%

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

#E96B5A (or 0xE96B5A) is known color: Terra Cotta. HEX triplet: E9, 6B and 5A. RGB value is (233,107,90). Sum of RGB (Red+Green+Blue) = 233+107+90=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B5A is #1694A5. Grayscale: #8E8E8E. Windows color (decimal): -1479846 or 5925865. OLE color: 5925865.

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

Color convert

RGB 233 107 90 -
CMYK 0 0.54 0.61 0.09
HSL 7.13º 0.76% 0.63% -
HSV(B) 7.13º 0.61% 0.91% -
XYZ 40.71 28.58 13.04 -
YUV 142.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 233 107 90 0 0.54 0.61 0.09 7.13 0.76 0.63
Hex E9 6B 5A 0 36 3D 9 7 4C 3F
Octal 351 153 132 0 66 75 11 7 114 77
Binary 11101001 1101011 1011010 0 110110 111101 1001 111 1001100 111111

Color Harmonies of #E96B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96B5A

Black with #E96B5A

Text Example


Text Example

White with #E96B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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