Html Css Color HEX #E27A66 Terra Cotta

📋 copy color: '#E27A66'

red 226 ◦ green 122 ◦ blue 102

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

Shades of Terra Cotta #E27A66

Tints of Terra Cotta #E27A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.11%

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

R = 50.22%
G = 27.11%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E27A66 (or 0xE27A66) is known color: Terra Cotta. HEX triplet: E2, 7A and 66. RGB value is (226,122,102). Sum of RGB (Red+Green+Blue) = 226+122+102=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A66 is #1D8599. Grayscale: #969696. Windows color (decimal): -1934746 or 6716130. OLE color: 6716130.

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

Color convert

RGB 226 122 102 -
CMYK 0 0.46 0.55 0.11
HSL 9.68º 0.68% 0.64% -
HSV(B) 9.68º 0.55% 0.89% -
XYZ 40.72 31.05 16.42 -
YUV 150.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 226 122 102 0 0.46 0.55 0.11 9.68 0.68 0.64
Hex E2 7A 66 0 2E 37 B A 44 40
Octal 342 172 146 0 56 67 13 12 104 100
Binary 11100010 1111010 1100110 0 101110 110111 1011 1010 1000100 1000000

Color Harmonies of #E27A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27A66

Black with #E27A66

Text Example


Text Example

White with #E27A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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