#EE725D

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

Shades of Terra Cotta #EE725D

Tints of Terra Cotta #EE725D

Color information

#EE725D (or 0xEE725D) is unknown color: approx Terra Cotta. HEX triplet: EE, 72 and 5D. RGB value is (238,114,93). Sum of RGB (Red+Green+Blue) = 238+114+93=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE725D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE725D is #118DA2. Grayscale: #949494. Windows color (decimal): -1150371 or 6124270. OLE color: 6124270.

HSL color Cylindrical-coordinate representation of color #EE725D: hue angle of 8.69º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE725D is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23811493-
CMYK00.520.610.07
HSL8.69º81.01%64.9%-
HSV(B)8.69º60.92%93.33%-
XYZ43.253114.06-
YUV148.6896.58191.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.48%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 93 (36.72% from 255) = 20.90%
R=53.48%
G=25.62%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381149300.520.610.078.6981.0164.9
HexEE725D0343D795141
Octal35616213506475711121101
Binary11101110111001010111010110100111101111100110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE725D; }

 p { color: rgb(238,114,93); }

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

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

 a { background-color: rgb(238,114,93); }

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

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

 span { border-color: rgb(238,114,93); }

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