Html Css Color HEX #E27F5F Terra Cotta

📋 copy color: '#E27F5F'

red 226 ◦ green 127 ◦ blue 95

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

Shades of Terra Cotta #E27F5F

Tints of Terra Cotta #E27F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.21%

R = 50.45%
G = 28.35%
B = 21.21%

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

#E27F5F (or 0xE27F5F) is known color: Terra Cotta. HEX triplet: E2, 7F and 5F. RGB value is (226,127,95). Sum of RGB (Red+Green+Blue) = 226+127+95=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27F5F is #1D80A0. Grayscale: #999999. Windows color (decimal): -1933473 or 6258658. OLE color: 6258658.

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

Color convert

RGB 226 127 95 -
CMYK 0 0.44 0.58 0.11
HSL 14.66º 0.69% 0.63% -
HSV(B) 14.66º 0.58% 0.89% -
XYZ 41.02 32.17 14.87 -
YUV 152.95 95.3 180.1 -
System Red Green Blue C M Y K H S L
Decimal 226 127 95 0 0.44 0.58 0.11 14.66 0.69 0.63
Hex E2 7F 5F 0 2C 3A B F 45 3F
Octal 342 177 137 0 54 72 13 17 105 77
Binary 11100010 1111111 1011111 0 101100 111010 1011 1111 1000101 111111

Color Harmonies of #E27F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27F5F

Black with #E27F5F

Text Example


Text Example

White with #E27F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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