Html Css Color HEX #E96A66 Terra Cotta

📋 copy color: '#E96A66'

red 233 ◦ green 106 ◦ blue 102

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

Shades of Terra Cotta #E96A66

Tints of Terra Cotta #E96A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.04%

 BLUE value IS 102 (40.23% from 255) = 23.13%

R = 52.83%
G = 24.04%
B = 23.13%

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

#E96A66 (or 0xE96A66) is known color: Terra Cotta. HEX triplet: E9, 6A and 66. RGB value is (233,106,102). Sum of RGB (Red+Green+Blue) = 233+106+102=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A66 is #169599. Grayscale: #8F8F8F. Windows color (decimal): -1480090 or 6712041. OLE color: 6712041.

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

Color convert

RGB 233 106 102 -
CMYK 0 0.55 0.56 0.09
HSL 1.83º 0.75% 0.66% -
HSV(B) 1.83º 0.56% 0.91% -
XYZ 41.16 28.59 15.92 -
YUV 143.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 233 106 102 0 0.55 0.56 0.09 1.83 0.75 0.66
Hex E9 6A 66 0 37 38 9 2 4B 42
Octal 351 152 146 0 67 70 11 2 113 102
Binary 11101001 1101010 1100110 0 110111 111000 1001 10 1001011 1000010

Color Harmonies of #E96A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96A66

Black with #E96A66

Text Example


Text Example

White with #E96A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96A66; }

 p { color: rgb(233,106,102); }

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

background-color css

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

 a { background-color: rgb(233,106,102); }

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

border-color css

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

 span { border-color: rgb(233,106,102); }

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