Html Css Color HEX #E66D5D Terra Cotta

📋 copy color: '#E66D5D'

red 230 ◦ green 109 ◦ blue 93

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

Shades of Terra Cotta #E66D5D

Tints of Terra Cotta #E66D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.23%

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 53.24%
G = 25.23%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E66D5D (or 0xE66D5D) is known color: Terra Cotta. HEX triplet: E6, 6D and 5D. RGB value is (230,109,93). Sum of RGB (Red+Green+Blue) = 230+109+93=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66D5D is #1992A2. Grayscale: #8F8F8F. Windows color (decimal): -1675939 or 6122982. OLE color: 6122982.

HSL color Cylindrical-coordinate representation of color #E66D5D: hue angle of 7.01º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E66D5D is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 109 93 -
CMYK 0 0.53 0.60 0.10
HSL 7.01º 0.73% 0.63% -
HSV(B) 7.01º 0.6% 0.9% -
XYZ 40.08 28.55 13.75 -
YUV 143.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 230 109 93 0 0.53 0.60 0.10 7.01 0.73 0.63
Hex E6 6D 5D 0 35 3C A 7 49 3F
Octal 346 155 135 0 65 74 12 7 111 77
Binary 11100110 1101101 1011101 0 110101 111100 1010 111 1001001 111111

Color Harmonies of #E66D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66D5D

Black with #E66D5D

Text Example


Text Example

White with #E66D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66D5D; }

 p { color: rgb(230,109,93); }

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

background-color css

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

 a { background-color: rgb(230,109,93); }

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

border-color css

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

 span { border-color: rgb(230,109,93); }

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