#EE7065

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

Shades of Terra Cotta #EE7065

Tints of Terra Cotta #EE7065

Color information

#EE7065 (or 0xEE7065) is unknown color: approx Terra Cotta. HEX triplet: EE, 70 and 65. RGB value is (238,112,101). Sum of RGB (Red+Green+Blue) = 238+112+101=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7065 is #118F9A. Grayscale: #949494. Windows color (decimal): -1150875 or 6648046. OLE color: 6648046.

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

Color convert

RGB238112101-
CMYK00.530.580.07
HSL4.82º80.12%66.47%-
HSV(B)4.82º57.56%93.33%-
XYZ43.430.7115.95-
YUV148.42101.24191.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.77%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 101 (39.84% from 255) = 22.39%
R=52.77%
G=24.83%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811210100.530.580.074.8280.1266.47
HexEE70650353A755042
Octal3561601450657275120102
Binary1110111011100001100101011010111101011110110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7065; }

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

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

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

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

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

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

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

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