Html Css Color HEX #E26F66 Terra Cotta

📋 copy color: '#E26F66'

red 226 ◦ green 111 ◦ blue 102

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

Shades of Terra Cotta #E26F66

Tints of Terra Cotta #E26F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.23%

R = 51.48%
G = 25.28%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E26F66 (or 0xE26F66) is known color: Terra Cotta. HEX triplet: E2, 6F and 66. RGB value is (226,111,102). Sum of RGB (Red+Green+Blue) = 226+111+102=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F66 is #1D9099. Grayscale: #909090. Windows color (decimal): -1937562 or 6713314. OLE color: 6713314.

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

Color convert

RGB 226 111 102 -
CMYK 0 0.51 0.55 0.11
HSL 4.35º 0.68% 0.64% -
HSV(B) 4.35º 0.55% 0.89% -
XYZ 39.45 28.5 15.99 -
YUV 144.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 226 111 102 0 0.51 0.55 0.11 4.35 0.68 0.64
Hex E2 6F 66 0 33 37 B 4 44 40
Octal 342 157 146 0 63 67 13 4 104 100
Binary 11100010 1101111 1100110 0 110011 110111 1011 100 1000100 1000000

Color Harmonies of #E26F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26F66

Black with #E26F66

Text Example


Text Example

White with #E26F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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