Html Css Color HEX #E27F5E Terra Cotta

📋 copy color: '#E27F5E'

red 226 ◦ green 127 ◦ blue 94

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

Shades of Terra Cotta #E27F5E

Tints of Terra Cotta #E27F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 28.41%

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

R = 50.56%
G = 28.41%
B = 21.03%

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

#E27F5E (or 0xE27F5E) is known color: Terra Cotta. HEX triplet: E2, 7F and 5E. RGB value is (226,127,94). Sum of RGB (Red+Green+Blue) = 226+127+94=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27F5E is #1D80A1. Grayscale: #999999. Windows color (decimal): -1933474 or 6193122. OLE color: 6193122.

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

Color convert

RGB 226 127 94 -
CMYK 0 0.44 0.58 0.11
HSL 15º 0.69% 0.63% -
HSV(B) 15º 0.58% 0.89% -
XYZ 40.97 32.16 14.64 -
YUV 152.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 226 127 94 0 0.44 0.58 0.11 15 0.69 0.63
Hex E2 7F 5E 0 2C 3A B F 45 3F
Octal 342 177 136 0 54 72 13 17 105 77
Binary 11100010 1111111 1011110 0 101100 111010 1011 1111 1000101 111111

Color Harmonies of #E27F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27F5E

Black with #E27F5E

Text Example


Text Example

White with #E27F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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