Html Css Color HEX #E27964 Terra Cotta

📋 copy color: '#E27964'

red 226 ◦ green 121 ◦ blue 100

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

Shades of Terra Cotta #E27964

Tints of Terra Cotta #E27964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.07%

 BLUE value IS 100 (39.45% from 255) = 22.37%

R = 50.56%
G = 27.07%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E27964 (or 0xE27964) is known color: Terra Cotta. HEX triplet: E2, 79 and 64. RGB value is (226,121,100). Sum of RGB (Red+Green+Blue) = 226+121+100=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E27964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27964 is #1D869B. Grayscale: #969696. Windows color (decimal): -1935004 or 6584802. OLE color: 6584802.

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

Color convert

RGB 226 121 100 -
CMYK 0 0.46 0.56 0.11
HSL 10º 0.68% 0.64% -
HSV(B) 10º 0.56% 0.89% -
XYZ 40.5 30.76 15.86 -
YUV 150 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 226 121 100 0 0.46 0.56 0.11 10 0.68 0.64
Hex E2 79 64 0 2E 38 B A 44 40
Octal 342 171 144 0 56 70 13 12 104 100
Binary 11100010 1111001 1100100 0 101110 111000 1011 1010 1000100 1000000

Color Harmonies of #E27964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27964

Black with #E27964

Text Example


Text Example

White with #E27964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27964; }

 p { color: rgb(226,121,100); }

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

background-color css

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

 a { background-color: rgb(226,121,100); }

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

border-color css

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

 span { border-color: rgb(226,121,100); }

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