#EE7266

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

Shades of Terra Cotta #EE7266

Tints of Terra Cotta #EE7266

Color information

#EE7266 (or 0xEE7266) is unknown color: approx Terra Cotta. HEX triplet: EE, 72 and 66. RGB value is (238,114,102). Sum of RGB (Red+Green+Blue) = 238+114+102=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7266 is #118D99. Grayscale: #959595. Windows color (decimal): -1150362 or 6714094. OLE color: 6714094.

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

Color convert

RGB238114102-
CMYK00.520.570.07
HSL5.29º80%66.67%-
HSV(B)5.29º57.14%93.33%-
XYZ43.6831.1716.29-
YUV149.71101.08190.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.42%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 102 (40.23% from 255) = 22.47%
R=52.42%
G=25.11%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811410200.520.570.075.298066.67
HexEE726603439755043
Octal3561621460647175120103
Binary1110111011100101100110011010011100111110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7266; }

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

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

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

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

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

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

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

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