Html Css Color HEX #E9695A Terra Cotta

📋 copy color: '#E9695A'

red 233 ◦ green 105 ◦ blue 90

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

Shades of Terra Cotta #E9695A

Tints of Terra Cotta #E9695A

RGB

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

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

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

R = 54.44%
G = 24.53%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9695A (or 0xE9695A) is known color: Terra Cotta. HEX triplet: E9, 69 and 5A. RGB value is (233,105,90). Sum of RGB (Red+Green+Blue) = 233+105+90=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E9695A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9695A is #1696A5. Grayscale: #8D8D8D. Windows color (decimal): -1480358 or 5925353. OLE color: 5925353.

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

Color convert

RGB 233 105 90 -
CMYK 0 0.55 0.61 0.09
HSL 6.29º 0.76% 0.63% -
HSV(B) 6.29º 0.61% 0.91% -
XYZ 40.5 28.16 12.97 -
YUV 141.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 233 105 90 0 0.55 0.61 0.09 6.29 0.76 0.63
Hex E9 69 5A 0 37 3D 9 6 4C 3F
Octal 351 151 132 0 67 75 11 6 114 77
Binary 11101001 1101001 1011010 0 110111 111101 1001 110 1001100 111111

Color Harmonies of #E9695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9695A

Black with #E9695A

Text Example


Text Example

White with #E9695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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