Html Css Color HEX #E96E5F Terra Cotta

📋 copy color: '#E96E5F'

red 233 ◦ green 110 ◦ blue 95

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

Shades of Terra Cotta #E96E5F

Tints of Terra Cotta #E96E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.69%

R = 53.2%
G = 25.11%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E96E5F (or 0xE96E5F) is known color: Terra Cotta. HEX triplet: E9, 6E and 5F. RGB value is (233,110,95). Sum of RGB (Red+Green+Blue) = 233+110+95=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E5F is #1691A0. Grayscale: #919191. Windows color (decimal): -1479073 or 6254313. OLE color: 6254313.

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

Color convert

RGB 233 110 95 -
CMYK 0 0.53 0.59 0.09
HSL 6.52º 0.76% 0.64% -
HSV(B) 6.52º 0.59% 0.91% -
XYZ 41.25 29.3 14.31 -
YUV 145.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 233 110 95 0 0.53 0.59 0.09 6.52 0.76 0.64
Hex E9 6E 5F 0 35 3B 9 7 4C 40
Octal 351 156 137 0 65 73 11 7 114 100
Binary 11101001 1101110 1011111 0 110101 111011 1001 111 1001100 1000000

Color Harmonies of #E96E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96E5F

Black with #E96E5F

Text Example


Text Example

White with #E96E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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