Html Css Color HEX #E26B5C Terra Cotta

📋 copy color: '#E26B5C'

red 226 ◦ green 107 ◦ blue 92

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

Shades of Terra Cotta #E26B5C

Tints of Terra Cotta #E26B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.18%

 BLUE value IS 92 (36.33% from 255) = 21.65%

R = 53.18%
G = 25.18%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E26B5C (or 0xE26B5C) is known color: Terra Cotta. HEX triplet: E2, 6B and 5C. RGB value is (226,107,92). Sum of RGB (Red+Green+Blue) = 226+107+92=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26B5C is #1D94A3. Grayscale: #8D8D8D. Windows color (decimal): -1938596 or 6056930. OLE color: 6056930.

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

Color convert

RGB 226 107 92 -
CMYK 0 0.53 0.59 0.11
HSL 6.72º 0.7% 0.62% -
HSV(B) 6.72º 0.59% 0.89% -
XYZ 38.55 27.46 13.39 -
YUV 140.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 226 107 92 0 0.53 0.59 0.11 6.72 0.7 0.62
Hex E2 6B 5C 0 35 3B B 7 46 3E
Octal 342 153 134 0 65 73 13 7 106 76
Binary 11100010 1101011 1011100 0 110101 111011 1011 111 1000110 111110

Color Harmonies of #E26B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26B5C

Black with #E26B5C

Text Example


Text Example

White with #E26B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26B5C; }

 p { color: rgb(226,107,92); }

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

background-color css

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

 a { background-color: rgb(226,107,92); }

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

border-color css

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

 span { border-color: rgb(226,107,92); }

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