Html Css Color HEX #E66A5F Terra Cotta

📋 copy color: '#E66A5F'

red 230 ◦ green 106 ◦ blue 95

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

Shades of Terra Cotta #E66A5F

Tints of Terra Cotta #E66A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 53.36%
G = 24.59%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E66A5F (or 0xE66A5F) is known color: Terra Cotta. HEX triplet: E6, 6A and 5F. RGB value is (230,106,95). Sum of RGB (Red+Green+Blue) = 230+106+95=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66A5F is #1995A0. Grayscale: #8D8D8D. Windows color (decimal): -1676705 or 6253286. OLE color: 6253286.

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

Color convert

RGB 230 106 95 -
CMYK 0 0.54 0.59 0.10
HSL 4.89º 0.73% 0.64% -
HSV(B) 4.89º 0.59% 0.9% -
XYZ 39.85 27.96 14.12 -
YUV 141.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 230 106 95 0 0.54 0.59 0.10 4.89 0.73 0.64
Hex E6 6A 5F 0 36 3B A 5 49 40
Octal 346 152 137 0 66 73 12 5 111 100
Binary 11100110 1101010 1011111 0 110110 111011 1010 101 1001001 1000000

Color Harmonies of #E66A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66A5F

Black with #E66A5F

Text Example


Text Example

White with #E66A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66A5F; }

 p { color: rgb(230,106,95); }

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

background-color css

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

 a { background-color: rgb(230,106,95); }

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

border-color css

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

 span { border-color: rgb(230,106,95); }

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