#ed7a65

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

Shades of Terra Cotta #ED7A65

Tints of Terra Cotta #ED7A65

Color information

#ED7A65 (or 0xED7A65) is unknown color: approx Terra Cotta. HEX triplet: ED, 7A and 65. RGB value is (237,122,101). Sum of RGB (Red+Green+Blue) = 237+122+101=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A65 is #12859A. Grayscale: #9A9A9A. Windows color (decimal): -1213851 or 6650605. OLE color: 6650605.

HSL color Cylindrical-coordinate representation of color #ED7A65: hue angle of 9.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED7A65 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB237122101-
CMYK00.490.570.07
HSL9.26º79.07%66.27%-
HSV(B)9.26º57.38%92.94%-
XYZ44.2332.8616.32-
YUV153.9998.1187.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.52%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=51.52%
G=26.52%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712210100.490.570.079.2679.0766.27
HexED7A6503139794f42
Octal35517214506171711117102
Binary11101101111101011001010110001111001111100110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed7a65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed7a65; }

 p { color: rgb(237,122,101); }

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

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

 a { background-color: rgb(237,122,101); }

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

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

 span { border-color: rgb(237,122,101); }

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