Html Css Color HEX #E27E5E Terra Cotta

📋 copy color: '#E27E5E'

red 226 ◦ green 126 ◦ blue 94

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

Shades of Terra Cotta #E27E5E

Tints of Terra Cotta #E27E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.25%

 BLUE value IS 94 (37.11% from 255) = 21.08%

R = 50.67%
G = 28.25%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E27E5E (or 0xE27E5E) is known color: Terra Cotta. HEX triplet: E2, 7E and 5E. RGB value is (226,126,94). Sum of RGB (Red+Green+Blue) = 226+126+94=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E27E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27E5E is #1D81A1. Grayscale: #989898. Windows color (decimal): -1933730 or 6192866. OLE color: 6192866.

HSL color Cylindrical-coordinate representation of color #E27E5E: hue angle of 14.55º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E27E5E is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 126 94 -
CMYK 0 0.44 0.58 0.11
HSL 14.55º 0.69% 0.63% -
HSV(B) 14.55º 0.58% 0.89% -
XYZ 40.85 31.9 14.59 -
YUV 152.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 226 126 94 0 0.44 0.58 0.11 14.55 0.69 0.63
Hex E2 7E 5E 0 2C 3A B F 45 3F
Octal 342 176 136 0 54 72 13 17 105 77
Binary 11100010 1111110 1011110 0 101100 111010 1011 1111 1000101 111111

Color Harmonies of #E27E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27E5E

Black with #E27E5E

Text Example


Text Example

White with #E27E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27E5E; }

 p { color: rgb(226,126,94); }

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

background-color css

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

 a { background-color: rgb(226,126,94); }

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

border-color css

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

 span { border-color: rgb(226,126,94); }

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