Html Css Color HEX #E27360 Terra Cotta

📋 copy color: '#E27360'

red 226 ◦ green 115 ◦ blue 96

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

Shades of Terra Cotta #E27360

Tints of Terra Cotta #E27360

RGB

 RED value IS 226 (88.67% from 255) = 51.72%

 GREEN value IS 115 (45.31% from 255) = 26.32%

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

R = 51.72%
G = 26.32%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E27360 (or 0xE27360) is known color: Terra Cotta. HEX triplet: E2, 73 and 60. RGB value is (226,115,96). Sum of RGB (Red+Green+Blue) = 226+115+96=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E27360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27360 is #1D8C9F. Grayscale: #929292. Windows color (decimal): -1936544 or 6321122. OLE color: 6321122.

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

Color convert

RGB 226 115 96 -
CMYK 0 0.49 0.58 0.11
HSL 8.77º 0.69% 0.63% -
HSV(B) 8.77º 0.58% 0.89% -
XYZ 39.61 29.27 14.63 -
YUV 146.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 226 115 96 0 0.49 0.58 0.11 8.77 0.69 0.63
Hex E2 73 60 0 31 3A B 9 45 3F
Octal 342 163 140 0 61 72 13 11 105 77
Binary 11100010 1110011 1100000 0 110001 111010 1011 1001 1000101 111111

Color Harmonies of #E27360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27360

Black with #E27360

Text Example


Text Example

White with #E27360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27360; }

 p { color: rgb(226,115,96); }

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

background-color css

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

 a { background-color: rgb(226,115,96); }

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

border-color css

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

 span { border-color: rgb(226,115,96); }

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