Html Css Color HEX #E26C5F Terra Cotta

📋 copy color: '#E26C5F'

red 226 ◦ green 108 ◦ blue 95

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

Shades of Terra Cotta #E26C5F

Tints of Terra Cotta #E26C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.14%

R = 52.68%
G = 25.17%
B = 22.14%

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

#E26C5F (or 0xE26C5F) is known color: Terra Cotta. HEX triplet: E2, 6C and 5F. RGB value is (226,108,95). Sum of RGB (Red+Green+Blue) = 226+108+95=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26C5F is #1D93A0. Grayscale: #8D8D8D. Windows color (decimal): -1938337 or 6253794. OLE color: 6253794.

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

Color convert

RGB 226 108 95 -
CMYK 0 0.52 0.58 0.11
HSL 5.95º 0.69% 0.63% -
HSV(B) 5.95º 0.58% 0.89% -
XYZ 38.79 27.72 14.13 -
YUV 141.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 226 108 95 0 0.52 0.58 0.11 5.95 0.69 0.63
Hex E2 6C 5F 0 34 3A B 6 45 3F
Octal 342 154 137 0 64 72 13 6 105 77
Binary 11100010 1101100 1011111 0 110100 111010 1011 110 1000101 111111

Color Harmonies of #E26C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26C5F

Black with #E26C5F

Text Example


Text Example

White with #E26C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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