#ED7665

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

Shades of Terra Cotta #ED7665

Tints of Terra Cotta #ED7665

Color information

#ED7665 (or 0xED7665) is unknown color: approx Terra Cotta. HEX triplet: ED, 76 and 65. RGB value is (237,118,101). Sum of RGB (Red+Green+Blue) = 237+118+101=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7665 is #12899A. Grayscale: #979797. Windows color (decimal): -1214875 or 6649581. OLE color: 6649581.

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

Color convert

RGB237118101-
CMYK00.500.570.07
HSL7.5º79.07%66.27%-
HSV(B)7.5º57.38%92.94%-
XYZ43.7531.916.16-
YUV151.6499.42188.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.97%
GREEN value IS 118 (46.48% from 255) = 25.88%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=51.97%
G=25.88%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711810100.500.570.077.579.0766.27
HexED766503239784f42
Octal35516614506271710117102
Binary11101101111011011001010110010111001111100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7665; }

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

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

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

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

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

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

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

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