Html Css Color HEX #E26F69 Terra Cotta

📋 copy color: '#E26F69'

red 226 ◦ green 111 ◦ blue 105

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

Shades of Terra Cotta #E26F69

Tints of Terra Cotta #E26F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.76%

R = 51.13%
G = 25.11%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E26F69 (or 0xE26F69) is known color: Terra Cotta. HEX triplet: E2, 6F and 69. RGB value is (226,111,105). Sum of RGB (Red+Green+Blue) = 226+111+105=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F69 is #1D9096. Grayscale: #909090. Windows color (decimal): -1937559 or 6909922. OLE color: 6909922.

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

Color convert

RGB 226 111 105 -
CMYK 0 0.51 0.54 0.11
HSL 2.98º 0.68% 0.65% -
HSV(B) 2.98º 0.54% 0.89% -
XYZ 39.6 28.56 16.79 -
YUV 144.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 226 111 105 0 0.51 0.54 0.11 2.98 0.68 0.65
Hex E2 6F 69 0 33 36 B 3 44 41
Octal 342 157 151 0 63 66 13 3 104 101
Binary 11100010 1101111 1101001 0 110011 110110 1011 11 1000100 1000001

Color Harmonies of #E26F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26F69

Black with #E26F69

Text Example


Text Example

White with #E26F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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