Html Css Color HEX #E97066 Terra Cotta

📋 copy color: '#E97066'

red 233 ◦ green 112 ◦ blue 102

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

Shades of Terra Cotta #E97066

Tints of Terra Cotta #E97066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

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

R = 52.13%
G = 25.06%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E97066 (or 0xE97066) is known color: Terra Cotta. HEX triplet: E9, 70 and 66. RGB value is (233,112,102). Sum of RGB (Red+Green+Blue) = 233+112+102=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E97066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97066 is #168F99. Grayscale: #939393. Windows color (decimal): -1478554 or 6713577. OLE color: 6713577.

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

Color convert

RGB 233 112 102 -
CMYK 0 0.52 0.56 0.09
HSL 4.58º 0.75% 0.66% -
HSV(B) 4.58º 0.56% 0.91% -
XYZ 41.8 29.87 16.13 -
YUV 147.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 233 112 102 0 0.52 0.56 0.09 4.58 0.75 0.66
Hex E9 70 66 0 34 38 9 5 4B 42
Octal 351 160 146 0 64 70 11 5 113 102
Binary 11101001 1110000 1100110 0 110100 111000 1001 101 1001011 1000010

Color Harmonies of #E97066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97066

Black with #E97066

Text Example


Text Example

White with #E97066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97066; }

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

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

background-color css

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

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

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

border-color css

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

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

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