#EF6A5A

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

Shades of Terra Cotta #EF6A5A

Tints of Terra Cotta #EF6A5A

Color information

#EF6A5A (or 0xEF6A5A) is unknown color: approx Terra Cotta. HEX triplet: EF, 6A and 5A. RGB value is (239,106,90). Sum of RGB (Red+Green+Blue) = 239+106+90=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6A5A is #1095A5. Grayscale: #909090. Windows color (decimal): -1086886 or 5925615. OLE color: 5925615.

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

Color convert

RGB23910690-
CMYK00.560.620.06
HSL6.44º82.32%64.51%-
HSV(B)6.44º62.34%93.73%-
XYZ42.629.413.1-
YUV143.9497.56195.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.94%
GREEN value IS 106 (41.80% from 255) = 24.37%
BLUE value IS 90 (35.55% from 255) = 20.69%
R=54.94%
G=24.37%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391069000.560.620.066.4482.3264.51
HexEF6A5A0383E665241
Octal3571521320707666122101
Binary1110111111010101011010011100011111011011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6A5A; }

 p { color: rgb(239,106,90); }

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

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

 a { background-color: rgb(239,106,90); }

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

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

 span { border-color: rgb(239,106,90); }

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