Html Css Color HEX #E96A68 Terra Cotta

📋 copy color: '#E96A68'

red 233 ◦ green 106 ◦ blue 104

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

Shades of Terra Cotta #E96A68

Tints of Terra Cotta #E96A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.48%

R = 52.6%
G = 23.93%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E96A68 (or 0xE96A68) is known color: Terra Cotta. HEX triplet: E9, 6A and 68. RGB value is (233,106,104). Sum of RGB (Red+Green+Blue) = 233+106+104=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A68 is #169597. Grayscale: #8F8F8F. Windows color (decimal): -1480088 or 6843113. OLE color: 6843113.

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

Color convert

RGB 233 106 104 -
CMYK 0 0.55 0.55 0.09
HSL 0.93º 0.75% 0.66% -
HSV(B) 0.93º 0.55% 0.91% -
XYZ 41.26 28.63 16.45 -
YUV 143.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 233 106 104 0 0.55 0.55 0.09 0.93 0.75 0.66
Hex E9 6A 68 0 37 37 9 1 4B 42
Octal 351 152 150 0 67 67 11 1 113 102
Binary 11101001 1101010 1101000 0 110111 110111 1001 1 1001011 1000010

Color Harmonies of #E96A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96A68

Black with #E96A68

Text Example


Text Example

White with #E96A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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