#ed6c65

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

Shades of Terra Cotta #ED6C65

Tints of Terra Cotta #ED6C65

Color information

#ED6C65 (or 0xED6C65) is unknown color: approx Terra Cotta. HEX triplet: ED, 6C and 65. RGB value is (237,108,101). Sum of RGB (Red+Green+Blue) = 237+108+101=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6C65 is #12939A. Grayscale: #919191. Windows color (decimal): -1217435 or 6647021. OLE color: 6647021.

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

Color convert

RGB237108101-
CMYK00.540.570.07
HSL3.09º79.07%66.27%-
HSV(B)3.09º57.38%92.94%-
XYZ42.6429.6715.79-
YUV145.77102.74193.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.14%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 101 (39.84% from 255) = 22.65%
R=53.14%
G=24.22%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710810100.540.570.073.0979.0766.27
HexED6C6503639734f42
Octal3551541450667173117102
Binary111011011101100110010101101101110011111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed6c65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed6c65; }

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

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

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

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

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

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

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

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