#EE7363

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

Shades of Terra Cotta #EE7363

Tints of Terra Cotta #EE7363

Color information

#EE7363 (or 0xEE7363) is unknown color: approx Terra Cotta. HEX triplet: EE, 73 and 63. RGB value is (238,115,99). Sum of RGB (Red+Green+Blue) = 238+115+99=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7363 is #118C9C. Grayscale: #969696. Windows color (decimal): -1150109 or 6517742. OLE color: 6517742.

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

Color convert

RGB23811599-
CMYK00.520.580.07
HSL6.91º80.35%66.08%-
HSV(B)6.91º58.4%93.33%-
XYZ43.6431.3415.55-
YUV149.9599.25190.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.65%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 99 (39.06% from 255) = 21.90%
R=52.65%
G=25.44%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381159900.520.580.076.9180.3566.08
HexEE73630343A775042
Octal3561631430647277120102
Binary1110111011100111100011011010011101011111110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7363; }

 p { color: rgb(238,115,99); }

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

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

 a { background-color: rgb(238,115,99); }

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

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

 span { border-color: rgb(238,115,99); }

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