Html Css Color HEX #E96E5C Terra Cotta

📋 copy color: '#E96E5C'

red 233 ◦ green 110 ◦ blue 92

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

Shades of Terra Cotta #E96E5C

Tints of Terra Cotta #E96E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.15%

R = 53.56%
G = 25.29%
B = 21.15%

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

#E96E5C (or 0xE96E5C) is known color: Terra Cotta. HEX triplet: E9, 6E and 5C. RGB value is (233,110,92). Sum of RGB (Red+Green+Blue) = 233+110+92=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E5C is #1691A3. Grayscale: #909090. Windows color (decimal): -1479076 or 6057705. OLE color: 6057705.

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

Color convert

RGB 233 110 92 -
CMYK 0 0.53 0.61 0.09
HSL 7.66º 0.76% 0.64% -
HSV(B) 7.66º 0.61% 0.91% -
XYZ 41.11 29.25 13.6 -
YUV 144.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 233 110 92 0 0.53 0.61 0.09 7.66 0.76 0.64
Hex E9 6E 5C 0 35 3D 9 8 4C 40
Octal 351 156 134 0 65 75 11 10 114 100
Binary 11101001 1101110 1011100 0 110101 111101 1001 1000 1001100 1000000

Color Harmonies of #E96E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96E5C

Black with #E96E5C

Text Example


Text Example

White with #E96E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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