#E46B5F

Color #E46B5F Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #E46B5F

Tints of Terra Cotta #E46B5F

Color information

#E46B5F (or 0xE46B5F) is unknown color: approx Terra Cotta. HEX triplet: E4, 6B and 5F. RGB value is (228,107,95). Sum of RGB (Red+Green+Blue) = 228+107+95=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46B5F is #1B94A0. Grayscale: #8D8D8D. Windows color (decimal): -1807521 or 6253540. OLE color: 6253540.

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

Color convert

RGB22810795-
CMYK00.530.580.11
HSL5.41º71.12%63.33%-
HSV(B)5.41º58.33%89.41%-
XYZ39.3227.8414.13-
YUV141.81101.59189.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 53.02%
GREEN value IS 107 (42.19% from 255) = 24.88%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=53.02%
G=24.88%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281079500.530.580.115.4171.1263.33
HexE46B5F0353AB5473f
Octal3441531370657213510777
Binary1110010011010111011111011010111101010111011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46B5F; }

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

 H1.HeaderClassName
 {
   color: #E46B5F;
 }
 .AnyTagClassName
 {
   color: #E46B5F;
 }
</style>
background-color css

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

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

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

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

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

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