#ed755e

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

Shades of Terra Cotta #ED755E

Tints of Terra Cotta #ED755E

Color information

#ED755E (or 0xED755E) is unknown color: approx Terra Cotta. HEX triplet: ED, 75 and 5E. RGB value is (237,117,94). Sum of RGB (Red+Green+Blue) = 237+117+94=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED755E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED755E is #128AA1. Grayscale: #969696. Windows color (decimal): -1215138 or 6190573. OLE color: 6190573.

HSL color Cylindrical-coordinate representation of color #ED755E: hue angle of 9.65º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED755E is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23711794-
CMYK00.510.600.07
HSL9.65º79.89%64.9%-
HSV(B)9.65º60.34%92.94%-
XYZ43.3131.5414.39-
YUV150.2696.26189.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.90%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 94 (37.11% from 255) = 20.98%
R=52.90%
G=26.12%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371179400.510.600.079.6579.8964.9
HexED755E0333C7a5041
Octal35516513606374712120101
Binary11101101111010110111100110011111100111101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed755e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed755e; }

 p { color: rgb(237,117,94); }

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

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

 a { background-color: rgb(237,117,94); }

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

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

 span { border-color: rgb(237,117,94); }

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