Html Css Color HEX #E47A60 Terra Cotta

📋 copy color: '#E47A60'

red 228 ◦ green 122 ◦ blue 96

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

Shades of Terra Cotta #E47A60

Tints of Terra Cotta #E47A60

RGB

 RED value IS 228 (89.45% from 255) = 51.12%

 GREEN value IS 122 (48.05% from 255) = 27.35%

 BLUE value IS 96 (37.89% from 255) = 21.52%

R = 51.12%
G = 27.35%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E47A60 (or 0xE47A60) is known color: Terra Cotta. HEX triplet: E4, 7A and 60. RGB value is (228,122,96). Sum of RGB (Red+Green+Blue) = 228+122+96=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E47A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47A60 is #1B859F. Grayscale: #969696. Windows color (decimal): -1803680 or 6322916. OLE color: 6322916.

HSL color Cylindrical-coordinate representation of color #E47A60: hue angle of 11.82º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E47A60 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 122 96 -
CMYK 0 0.46 0.58 0.11
HSL 11.82º 0.71% 0.64% -
HSV(B) 11.82º 0.58% 0.89% -
XYZ 41.07 31.26 14.94 -
YUV 150.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 228 122 96 0 0.46 0.58 0.11 11.82 0.71 0.64
Hex E4 7A 60 0 2E 3A B C 47 40
Octal 344 172 140 0 56 72 13 14 107 100
Binary 11100100 1111010 1100000 0 101110 111010 1011 1100 1000111 1000000

Color Harmonies of #E47A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47A60

Black with #E47A60

Text Example


Text Example

White with #E47A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47A60; }

 p { color: rgb(228,122,96); }

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

background-color css

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

 a { background-color: rgb(228,122,96); }

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

border-color css

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

 span { border-color: rgb(228,122,96); }

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