#E9725E

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

Shades of Terra Cotta #E9725E

Tints of Terra Cotta #E9725E

Color information

#E9725E (or 0xE9725E) is unknown color: approx Terra Cotta. HEX triplet: E9, 72 and 5E. RGB value is (233,114,94). Sum of RGB (Red+Green+Blue) = 233+114+94=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9725E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9725E is #168DA1. Grayscale: #939393. Windows color (decimal): -1478050 or 6189801. OLE color: 6189801.

HSL color Cylindrical-coordinate representation of color #E9725E: hue angle of 8.63º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9725E is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23311494-
CMYK00.510.600.09
HSL8.63º75.96%64.12%-
HSV(B)8.63º59.66%91.37%-
XYZ41.6430.1714.22-
YUV147.397.92189.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.83%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 94 (37.11% from 255) = 21.32%
R=52.83%
G=25.85%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331149400.510.600.098.6375.9664.12
HexE9725E0333C994c40
Octal351162136063741111114100
Binary111010011110010101111001100111111001001100110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9725E; }

 p { color: rgb(233,114,94); }

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

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

 a { background-color: rgb(233,114,94); }

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

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

 span { border-color: rgb(233,114,94); }

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