#EB675E

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

Shades of Terra Cotta #EB675E

Tints of Terra Cotta #EB675E

Color information

#EB675E (or 0xEB675E) is unknown color: approx Terra Cotta. HEX triplet: EB, 67 and 5E. RGB value is (235,103,94). Sum of RGB (Red+Green+Blue) = 235+103+94=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB675E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB675E is #1498A1. Grayscale: #8D8D8D. Windows color (decimal): -1349794 or 6186987. OLE color: 6186987.

HSL color Cylindrical-coordinate representation of color #EB675E: hue angle of 3.83º 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 #EB675E is Cyan = 0, Magento = 0.56, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB23510394-
CMYK00.560.60.08
HSL3.83º77.9%64.51%-
HSV(B)3.83º60%92.16%-
XYZ41.1328.1713.86-
YUV141.44101.23194.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.40%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 94 (37.11% from 255) = 21.76%
R=54.40%
G=23.84%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351039400.560.60.083.8377.964.51
HexEB675E0383C844e41
Octal35314713607074104116101
Binary11101011110011110111100111000111100100010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB675E; }

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

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

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

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

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

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

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

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