Html Css Color HEX #E9695D Terra Cotta

📋 copy color: '#E9695D'

red 233 ◦ green 105 ◦ blue 93

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

Shades of Terra Cotta #E9695D

Tints of Terra Cotta #E9695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.36%

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 54.06%
G = 24.36%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9695D (or 0xE9695D) is known color: Terra Cotta. HEX triplet: E9, 69 and 5D. RGB value is (233,105,93). Sum of RGB (Red+Green+Blue) = 233+105+93=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E9695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9695D is #1696A2. Grayscale: #8E8E8E. Windows color (decimal): -1480355 or 6121961. OLE color: 6121961.

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

Color convert

RGB 233 105 93 -
CMYK 0 0.55 0.60 0.09
HSL 5.14º 0.76% 0.64% -
HSV(B) 5.14º 0.6% 0.91% -
XYZ 40.63 28.22 13.66 -
YUV 141.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 233 105 93 0 0.55 0.60 0.09 5.14 0.76 0.64
Hex E9 69 5D 0 37 3C 9 5 4C 40
Octal 351 151 135 0 67 74 11 5 114 100
Binary 11101001 1101001 1011101 0 110111 111100 1001 101 1001100 1000000

Color Harmonies of #E9695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9695D

Black with #E9695D

Text Example


Text Example

White with #E9695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9695D; }

 p { color: rgb(233,105,93); }

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

background-color css

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

 a { background-color: rgb(233,105,93); }

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

border-color css

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

 span { border-color: rgb(233,105,93); }

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