#EB675D

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

Shades of Terra Cotta #EB675D

Tints of Terra Cotta #EB675D

Color information

#EB675D (or 0xEB675D) is unknown color: approx Terra Cotta. HEX triplet: EB, 67 and 5D. RGB value is (235,103,93). Sum of RGB (Red+Green+Blue) = 235+103+93=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB675D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB675D is #1498A2. Grayscale: #8D8D8D. Windows color (decimal): -1349795 or 6121451. OLE color: 6121451.

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

Color convert

RGB23510393-
CMYK00.560.600.08
HSL4.23º78.02%64.31%-
HSV(B)4.23º60.43%92.16%-
XYZ41.0928.1513.62-
YUV141.33100.73194.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.52%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=54.52%
G=23.90%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351039300.560.600.084.2378.0264.31
HexEB675D0383C844e40
Octal35314713507074104116100
Binary11101011110011110111010111000111100100010010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB675D; }

 p { color: rgb(235,103,93); }

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

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

 a { background-color: rgb(235,103,93); }

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

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

 span { border-color: rgb(235,103,93); }

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