#EB665E

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

Shades of Terra Cotta #EB665E

Tints of Terra Cotta #EB665E

Color information

#EB665E (or 0xEB665E) is unknown color: approx Terra Cotta. HEX triplet: EB, 66 and 5E. RGB value is (235,102,94). Sum of RGB (Red+Green+Blue) = 235+102+94=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB665E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB665E is #1499A1. Grayscale: #8D8D8D. Windows color (decimal): -1350050 or 6186731. OLE color: 6186731.

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

Color convert

RGB23510294-
CMYK00.570.60.08
HSL3.4º77.9%64.51%-
HSV(B)3.4º60%92.16%-
XYZ41.0327.9713.83-
YUV140.86101.56195.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.52%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 94 (37.11% from 255) = 21.81%
R=54.52%
G=23.67%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351029400.570.60.083.477.964.51
HexEB665E0393C834e41
Octal35314613607174103116101
Binary1110101111001101011110011100111110010001110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB665E; }

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

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

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

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

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

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

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

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