Html Css Color HEX #E26C60 Terra Cotta

📋 copy color: '#E26C60'

red 226 ◦ green 108 ◦ blue 96

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

Shades of Terra Cotta #E26C60

Tints of Terra Cotta #E26C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

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

R = 52.56%
G = 25.12%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E26C60 (or 0xE26C60) is known color: Terra Cotta. HEX triplet: E2, 6C and 60. RGB value is (226,108,96). Sum of RGB (Red+Green+Blue) = 226+108+96=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26C60 is #1D939F. Grayscale: #8E8E8E. Windows color (decimal): -1938336 or 6319330. OLE color: 6319330.

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

Color convert

RGB 226 108 96 -
CMYK 0 0.52 0.58 0.11
HSL 5.54º 0.69% 0.63% -
HSV(B) 5.54º 0.58% 0.89% -
XYZ 38.84 27.74 14.37 -
YUV 141.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 226 108 96 0 0.52 0.58 0.11 5.54 0.69 0.63
Hex E2 6C 60 0 34 3A B 6 45 3F
Octal 342 154 140 0 64 72 13 6 105 77
Binary 11100010 1101100 1100000 0 110100 111010 1011 110 1000101 111111

Color Harmonies of #E26C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26C60

Black with #E26C60

Text Example


Text Example

White with #E26C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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