#EF765D

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

Shades of Terra Cotta #EF765D

Tints of Terra Cotta #EF765D

Color information

#EF765D (or 0xEF765D) is unknown color: approx Terra Cotta. HEX triplet: EF, 76 and 5D. RGB value is (239,118,93). Sum of RGB (Red+Green+Blue) = 239+118+93=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF765D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF765D is #1089A2. Grayscale: #979797. Windows color (decimal): -1083811 or 6125295. OLE color: 6125295.

HSL color Cylindrical-coordinate representation of color #EF765D: hue angle of 10.27º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF765D is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB23911893-
CMYK00.510.610.06
HSL10.27º82.02%65.1%-
HSV(B)10.27º61.09%93.73%-
XYZ44.0532.114.23-
YUV151.3395.09190.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.11%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 93 (36.72% from 255) = 20.67%
R=53.11%
G=26.22%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391189300.510.610.0610.2782.0265.1
HexEF765D0333D6a5241
Octal35716613506375612122101
Binary11101111111011010111010110011111101110101010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF765D; }

 p { color: rgb(239,118,93); }

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

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

 a { background-color: rgb(239,118,93); }

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

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

 span { border-color: rgb(239,118,93); }

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