#EB6A5A

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

Shades of Terra Cotta #EB6A5A

Tints of Terra Cotta #EB6A5A

Color information

#EB6A5A (or 0xEB6A5A) is unknown color: approx Terra Cotta. HEX triplet: EB, 6A and 5A. RGB value is (235,106,90). Sum of RGB (Red+Green+Blue) = 235+106+90=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6A5A is #1495A5. Grayscale: #8E8E8E. Windows color (decimal): -1349030 or 5925611. OLE color: 5925611.

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

Color convert

RGB23510690-
CMYK00.550.620.08
HSL6.62º78.38%63.73%-
HSV(B)6.62º61.7%92.16%-
XYZ41.2628.7113.04-
YUV142.7598.24193.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.52%
GREEN value IS 106 (41.80% from 255) = 24.59%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=54.52%
G=24.59%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351069000.550.620.086.6278.3863.73
HexEB6A5A0373E874e40
Octal35315213206776107116100
Binary11101011110101010110100110111111110100011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6A5A; }

 p { color: rgb(235,106,90); }

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

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

 a { background-color: rgb(235,106,90); }

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

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

 span { border-color: rgb(235,106,90); }

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