#EB7E66

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

Shades of Terra Cotta #EB7E66

Tints of Terra Cotta #EB7E66

Color information

#EB7E66 (or 0xEB7E66) is unknown color: approx Terra Cotta. HEX triplet: EB, 7E and 66. RGB value is (235,126,102). Sum of RGB (Red+Green+Blue) = 235+126+102=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7E66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7E66 is #148199. Grayscale: #9C9C9C. Windows color (decimal): -1343898 or 6717163. OLE color: 6717163.

HSL color Cylindrical-coordinate representation of color #EB7E66: hue angle of 10.83º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB7E66 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB235126102-
CMYK00.460.570.08
HSL10.83º76.88%66.08%-
HSV(B)10.83º56.6%92.16%-
XYZ44.1233.5416.72-
YUV155.8597.61184.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.76%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=50.76%
G=27.21%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512610200.460.570.0810.8376.8866.08
HexEB7E6602E398b4d42
Octal353176146056711013115102
Binary111010111111110110011001011101110011000101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7E66; }

 p { color: rgb(235,126,102); }

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

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

 a { background-color: rgb(235,126,102); }

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

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

 span { border-color: rgb(235,126,102); }

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