Html Css Color HEX #E26F60 Terra Cotta

📋 copy color: '#E26F60'

red 226 ◦ green 111 ◦ blue 96

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

Shades of Terra Cotta #E26F60

Tints of Terra Cotta #E26F60

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.64%

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

R = 52.19%
G = 25.64%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E26F60 (or 0xE26F60) is known color: Terra Cotta. HEX triplet: E2, 6F and 60. RGB value is (226,111,96). Sum of RGB (Red+Green+Blue) = 226+111+96=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F60 is #1D909F. Grayscale: #8F8F8F. Windows color (decimal): -1937568 or 6320098. OLE color: 6320098.

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

Color convert

RGB 226 111 96 -
CMYK 0 0.51 0.58 0.11
HSL 6.92º 0.69% 0.63% -
HSV(B) 6.92º 0.58% 0.89% -
XYZ 39.16 28.38 14.48 -
YUV 143.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 226 111 96 0 0.51 0.58 0.11 6.92 0.69 0.63
Hex E2 6F 60 0 33 3A B 7 45 3F
Octal 342 157 140 0 63 72 13 7 105 77
Binary 11100010 1101111 1100000 0 110011 111010 1011 111 1000101 111111

Color Harmonies of #E26F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26F60

Black with #E26F60

Text Example


Text Example

White with #E26F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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