Html Css Color HEX #E96967 Terra Cotta

📋 copy color: '#E96967'

red 233 ◦ green 105 ◦ blue 103

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

Shades of Terra Cotta #E96967

Tints of Terra Cotta #E96967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.36%

R = 52.83%
G = 23.81%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E96967 (or 0xE96967) is known color: Terra Cotta. HEX triplet: E9, 69 and 67. RGB value is (233,105,103). Sum of RGB (Red+Green+Blue) = 233+105+103=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E96967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96967 is #169698. Grayscale: #8F8F8F. Windows color (decimal): -1480345 or 6777321. OLE color: 6777321.

HSL color Cylindrical-coordinate representation of color #E96967: hue angle of 0.92º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E96967 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 105 103 -
CMYK 0 0.55 0.56 0.09
HSL 0.92º 0.75% 0.66% -
HSV(B) 0.92º 0.56% 0.91% -
XYZ 41.1 28.41 16.15 -
YUV 143.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 233 105 103 0 0.55 0.56 0.09 0.92 0.75 0.66
Hex E9 69 67 0 37 38 9 1 4B 42
Octal 351 151 147 0 67 70 11 1 113 102
Binary 11101001 1101001 1100111 0 110111 111000 1001 1 1001011 1000010

Color Harmonies of #E96967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96967

Black with #E96967

Text Example


Text Example

White with #E96967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96967; }

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

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

background-color css

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

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

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

border-color css

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

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

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