Html Css Color HEX #E26A58 Terra Cotta

📋 copy color: '#E26A58'

red 226 ◦ green 106 ◦ blue 88

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

Shades of Terra Cotta #E26A58

Tints of Terra Cotta #E26A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.24%

 BLUE value IS 88 (34.77% from 255) = 20.95%

R = 53.81%
G = 25.24%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E26A58 (or 0xE26A58) is known color: Terra Cotta. HEX triplet: E2, 6A and 58. RGB value is (226,106,88). Sum of RGB (Red+Green+Blue) = 226+106+88=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26A58 is #1D95A7. Grayscale: #8C8C8C. Windows color (decimal): -1938856 or 5794530. OLE color: 5794530.

HSL color Cylindrical-coordinate representation of color #E26A58: hue angle of 7.83º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E26A58 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 106 88 -
CMYK 0 0.53 0.61 0.11
HSL 7.83º 0.7% 0.62% -
HSV(B) 7.83º 0.61% 0.89% -
XYZ 38.28 27.18 12.46 -
YUV 139.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 226 106 88 0 0.53 0.61 0.11 7.83 0.7 0.62
Hex E2 6A 58 0 35 3D B 8 46 3E
Octal 342 152 130 0 65 75 13 10 106 76
Binary 11100010 1101010 1011000 0 110101 111101 1011 1000 1000110 111110

Color Harmonies of #E26A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26A58

Black with #E26A58

Text Example


Text Example

White with #E26A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26A58; }

 p { color: rgb(226,106,88); }

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

background-color css

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

 a { background-color: rgb(226,106,88); }

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

border-color css

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

 span { border-color: rgb(226,106,88); }

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