Html Css Color HEX #E48060 Terra Cotta

📋 copy color: '#E48060'

red 228 ◦ green 128 ◦ blue 96

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

Shades of Terra Cotta #E48060

Tints of Terra Cotta #E48060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.32%

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

R = 50.44%
G = 28.32%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E48060 (or 0xE48060) is known color: Terra Cotta. HEX triplet: E4, 80 and 60. RGB value is (228,128,96). Sum of RGB (Red+Green+Blue) = 228+128+96=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E48060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48060 is #1B7F9F. Grayscale: #9A9A9A. Windows color (decimal): -1802144 or 6324452. OLE color: 6324452.

HSL color Cylindrical-coordinate representation of color #E48060: hue angle of 14.55º 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 #E48060 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 128 96 -
CMYK 0 0.44 0.58 0.11
HSL 14.55º 0.71% 0.64% -
HSV(B) 14.55º 0.58% 0.89% -
XYZ 41.83 32.78 15.19 -
YUV 154.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 228 128 96 0 0.44 0.58 0.11 14.55 0.71 0.64
Hex E4 80 60 0 2C 3A B F 47 40
Octal 344 200 140 0 54 72 13 17 107 100
Binary 11100100 10000000 1100000 0 101100 111010 1011 1111 1000111 1000000

Color Harmonies of #E48060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48060

Black with #E48060

Text Example


Text Example

White with #E48060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48060; }

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

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

background-color css

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

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

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

border-color css

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

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

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