#ED675E

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

Shades of Terra Cotta #ED675E

Tints of Terra Cotta #ED675E

Color information

#ED675E (or 0xED675E) is unknown color: approx Terra Cotta. HEX triplet: ED, 67 and 5E. RGB value is (237,103,94). Sum of RGB (Red+Green+Blue) = 237+103+94=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED675E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED675E is #1298A1. Grayscale: #8E8E8E. Windows color (decimal): -1218722 or 6186989. OLE color: 6186989.

HSL color Cylindrical-coordinate representation of color #ED675E: hue angle of 3.78º 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 #ED675E is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23710394-
CMYK00.570.600.07
HSL3.78º79.89%64.9%-
HSV(B)3.78º60.34%92.94%-
XYZ41.828.5113.89-
YUV142.04100.89195.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.61%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=54.61%
G=23.73%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371039400.570.600.073.7879.8964.9
HexED675E0393C745041
Octal3551471360717474120101
Binary1110110111001111011110011100111110011110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED675E; }

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

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

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

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

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

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

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

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