Html Css Color HEX #E26D5E Terra Cotta

📋 copy color: '#E26D5E'

red 226 ◦ green 109 ◦ blue 94

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

Shades of Terra Cotta #E26D5E

Tints of Terra Cotta #E26D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.41%

 BLUE value IS 94 (37.11% from 255) = 21.91%

R = 52.68%
G = 25.41%
B = 21.91%

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

#E26D5E (or 0xE26D5E) is known color: Terra Cotta. HEX triplet: E2, 6D and 5E. RGB value is (226,109,94). Sum of RGB (Red+Green+Blue) = 226+109+94=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26D5E is #1D92A1. Grayscale: #8E8E8E. Windows color (decimal): -1938082 or 6188514. OLE color: 6188514.

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

Color convert

RGB 226 109 94 -
CMYK 0 0.52 0.58 0.11
HSL 6.82º 0.69% 0.63% -
HSV(B) 6.82º 0.58% 0.89% -
XYZ 38.85 27.91 13.93 -
YUV 142.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 226 109 94 0 0.52 0.58 0.11 6.82 0.69 0.63
Hex E2 6D 5E 0 34 3A B 7 45 3F
Octal 342 155 136 0 64 72 13 7 105 77
Binary 11100010 1101101 1011110 0 110100 111010 1011 111 1000101 111111

Color Harmonies of #E26D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26D5E

Black with #E26D5E

Text Example


Text Example

White with #E26D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26D5E; }

 p { color: rgb(226,109,94); }

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

background-color css

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

 a { background-color: rgb(226,109,94); }

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

border-color css

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

 span { border-color: rgb(226,109,94); }

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