#ED6F5A

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

Shades of Terra Cotta #ED6F5A

Tints of Terra Cotta #ED6F5A

Color information

#ED6F5A (or 0xED6F5A) is unknown color: approx Terra Cotta. HEX triplet: ED, 6F and 5A. RGB value is (237,111,90). Sum of RGB (Red+Green+Blue) = 237+111+90=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6F5A is #1290A5. Grayscale: #929292. Windows color (decimal): -1216678 or 5926893. OLE color: 5926893.

HSL color Cylindrical-coordinate representation of color #ED6F5A: hue angle of 8.57º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED6F5A is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB23711190-
CMYK00.530.620.07
HSL8.57º80.33%64.12%-
HSV(B)8.57º62.03%92.94%-
XYZ42.4530.1113.25-
YUV146.2896.24192.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.11%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 90 (35.55% from 255) = 20.55%
R=54.11%
G=25.34%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371119000.530.620.078.5780.3364.12
HexED6F5A0353E795040
Octal35515713206576711120100
Binary11101101110111110110100110101111110111100110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6F5A; }

 p { color: rgb(237,111,90); }

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

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

 a { background-color: rgb(237,111,90); }

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

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

 span { border-color: rgb(237,111,90); }

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