Html Css Color HEX #E46F5F Terra Cotta

📋 copy color: '#E46F5F'

red 228 ◦ green 111 ◦ blue 95

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

Shades of Terra Cotta #E46F5F

Tints of Terra Cotta #E46F5F

RGB

 RED value IS 228 (89.45% from 255) = 52.53%

 GREEN value IS 111 (43.75% from 255) = 25.58%

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

R = 52.53%
G = 25.58%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E46F5F (or 0xE46F5F) is known color: Terra Cotta. HEX triplet: E4, 6F and 5F. RGB value is (228,111,95). Sum of RGB (Red+Green+Blue) = 228+111+95=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46F5F is #1B90A0. Grayscale: #909090. Windows color (decimal): -1806497 or 6254564. OLE color: 6254564.

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

Color convert

RGB 228 111 95 -
CMYK 0 0.51 0.58 0.11
HSL 7.22º 0.71% 0.63% -
HSV(B) 7.22º 0.58% 0.89% -
XYZ 39.74 28.69 14.27 -
YUV 144.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 228 111 95 0 0.51 0.58 0.11 7.22 0.71 0.63
Hex E4 6F 5F 0 33 3A B 7 47 3F
Octal 344 157 137 0 63 72 13 7 107 77
Binary 11100100 1101111 1011111 0 110011 111010 1011 111 1000111 111111

Color Harmonies of #E46F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46F5F

Black with #E46F5F

Text Example


Text Example

White with #E46F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46F5F; }

 p { color: rgb(228,111,95); }

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

background-color css

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

 a { background-color: rgb(228,111,95); }

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

border-color css

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

 span { border-color: rgb(228,111,95); }

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