#EE7665

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

Shades of Terra Cotta #EE7665

Tints of Terra Cotta #EE7665

Color information

#EE7665 (or 0xEE7665) is unknown color: approx Terra Cotta. HEX triplet: EE, 76 and 65. RGB value is (238,118,101). Sum of RGB (Red+Green+Blue) = 238+118+101=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7665 is #11899A. Grayscale: #989898. Windows color (decimal): -1149339 or 6649582. OLE color: 6649582.

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

Color convert

RGB238118101-
CMYK00.500.580.07
HSL7.45º80.12%66.47%-
HSV(B)7.45º57.56%93.33%-
XYZ44.0932.0716.18-
YUV151.9499.26189.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.08%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 101 (39.84% from 255) = 22.10%
R=52.08%
G=25.82%
B=22.10%

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
Decimal23811810100.500.580.077.4580.1266.47
HexEE76650323A775042
Octal3561661450627277120102
Binary1110111011101101100101011001011101011111110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7665; }

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

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

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

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

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

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

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

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