Html Css Color HEX #E96D5F Terra Cotta

📋 copy color: '#E96D5F'

red 233 ◦ green 109 ◦ blue 95

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

Shades of Terra Cotta #E96D5F

Tints of Terra Cotta #E96D5F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

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

R = 53.32%
G = 24.94%
B = 21.74%

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

#E96D5F (or 0xE96D5F) is known color: Terra Cotta. HEX triplet: E9, 6D and 5F. RGB value is (233,109,95). Sum of RGB (Red+Green+Blue) = 233+109+95=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96D5F is #1692A0. Grayscale: #909090. Windows color (decimal): -1479329 or 6254057. OLE color: 6254057.

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

Color convert

RGB 233 109 95 -
CMYK 0 0.53 0.59 0.09
HSL 6.09º 0.76% 0.64% -
HSV(B) 6.09º 0.59% 0.91% -
XYZ 41.14 29.09 14.27 -
YUV 144.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 233 109 95 0 0.53 0.59 0.09 6.09 0.76 0.64
Hex E9 6D 5F 0 35 3B 9 6 4C 40
Octal 351 155 137 0 65 73 11 6 114 100
Binary 11101001 1101101 1011111 0 110101 111011 1001 110 1001100 1000000

Color Harmonies of #E96D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96D5F

Black with #E96D5F

Text Example


Text Example

White with #E96D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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