#EE7865

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

Shades of Terra Cotta #EE7865

Tints of Terra Cotta #EE7865

Color information

#EE7865 (or 0xEE7865) is unknown color: approx Terra Cotta. HEX triplet: EE, 78 and 65. RGB value is (238,120,101). Sum of RGB (Red+Green+Blue) = 238+120+101=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7865 is #11879A. Grayscale: #999999. Windows color (decimal): -1148827 or 6650094. OLE color: 6650094.

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

Color convert

RGB238120101-
CMYK00.500.580.07
HSL8.32º80.12%66.47%-
HSV(B)8.32º57.56%93.33%-
XYZ44.3332.5516.26-
YUV153.1298.59188.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.85%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=51.85%
G=26.14%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812010100.500.580.078.3280.1266.47
HexEE78650323A785042
Octal35617014506272710120102
Binary11101110111100011001010110010111010111100010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7865; }

 p { color: rgb(238,120,101); }

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

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

 a { background-color: rgb(238,120,101); }

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

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

 span { border-color: rgb(238,120,101); }

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