Html Css Color HEX #E66964 Terra Cotta

📋 copy color: '#E66964'

red 230 ◦ green 105 ◦ blue 100

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

Shades of Terra Cotta #E66964

Tints of Terra Cotta #E66964

RGB

 RED value IS 230 (90.23% from 255) = 52.87%

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

 BLUE value IS 100 (39.45% from 255) = 22.99%

R = 52.87%
G = 24.14%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E66964 (or 0xE66964) is known color: Terra Cotta. HEX triplet: E6, 69 and 64. RGB value is (230,105,100). Sum of RGB (Red+Green+Blue) = 230+105+100=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E66964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66964 is #19969B. Grayscale: #8D8D8D. Windows color (decimal): -1676956 or 6580710. OLE color: 6580710.

HSL color Cylindrical-coordinate representation of color #E66964: hue angle of 2.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66964 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 105 100 -
CMYK 0 0.54 0.57 0.10
HSL 2.31º 0.72% 0.65% -
HSV(B) 2.31º 0.57% 0.9% -
XYZ 39.98 27.85 15.32 -
YUV 141.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 230 105 100 0 0.54 0.57 0.10 2.31 0.72 0.65
Hex E6 69 64 0 36 39 A 2 48 41
Octal 346 151 144 0 66 71 12 2 110 101
Binary 11100110 1101001 1100100 0 110110 111001 1010 10 1001000 1000001

Color Harmonies of #E66964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66964

Black with #E66964

Text Example


Text Example

White with #E66964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66964; }

 p { color: rgb(230,105,100); }

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

background-color css

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

 a { background-color: rgb(230,105,100); }

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

border-color css

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

 span { border-color: rgb(230,105,100); }

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