Html Css Color HEX #E26F56 Terra Cotta

📋 copy color: '#E26F56'

red 226 ◦ green 111 ◦ blue 86

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

Shades of Terra Cotta #E26F56

Tints of Terra Cotta #E26F56

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.24%

 BLUE value IS 86 (33.98% from 255) = 20.33%

R = 53.43%
G = 26.24%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E26F56 (or 0xE26F56) is known color: Terra Cotta. HEX triplet: E2, 6F and 56. RGB value is (226,111,86). Sum of RGB (Red+Green+Blue) = 226+111+86=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F56 is #1D90A9. Grayscale: #8E8E8E. Windows color (decimal): -1937578 or 5664738. OLE color: 5664738.

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

Color convert

RGB 226 111 86 -
CMYK 0 0.51 0.62 0.11
HSL 10.71º 0.71% 0.61% -
HSV(B) 10.71º 0.62% 0.89% -
XYZ 38.73 28.21 12.21 -
YUV 142.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 226 111 86 0 0.51 0.62 0.11 10.71 0.71 0.61
Hex E2 6F 56 0 33 3E B B 47 3D
Octal 342 157 126 0 63 76 13 13 107 75
Binary 11100010 1101111 1010110 0 110011 111110 1011 1011 1000111 111101

Color Harmonies of #E26F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26F56

Black with #E26F56

Text Example


Text Example

White with #E26F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26F56; }

 p { color: rgb(226,111,86); }

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

background-color css

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

 a { background-color: rgb(226,111,86); }

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

border-color css

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

 span { border-color: rgb(226,111,86); }

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