#EB6F5C

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

Shades of Terra Cotta #EB6F5C

Tints of Terra Cotta #EB6F5C

Color information

#EB6F5C (or 0xEB6F5C) is unknown color: approx Terra Cotta. HEX triplet: EB, 6F and 5C. RGB value is (235,111,92). Sum of RGB (Red+Green+Blue) = 235+111+92=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6F5C is #1490A3. Grayscale: #929292. Windows color (decimal): -1347748 or 6057963. OLE color: 6057963.

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

Color convert

RGB23511192-
CMYK00.530.610.08
HSL7.97º78.14%64.12%-
HSV(B)7.97º60.85%92.16%-
XYZ41.8829.813.67-
YUV145.9197.58191.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.65%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=53.65%
G=25.34%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351119200.530.610.087.9778.1464.12
HexEB6F5C0353D884e40
Octal353157134065751010116100
Binary111010111101111101110001101011111011000100010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6F5C; }

 p { color: rgb(235,111,92); }

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

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

 a { background-color: rgb(235,111,92); }

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

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

 span { border-color: rgb(235,111,92); }

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