#EF6C5B

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

Shades of Terra Cotta #EF6C5B

Tints of Terra Cotta #EF6C5B

Color information

#EF6C5B (or 0xEF6C5B) is unknown color: approx Terra Cotta. HEX triplet: EF, 6C and 5B. RGB value is (239,108,91). Sum of RGB (Red+Green+Blue) = 239+108+91=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6C5B is #1093A4. Grayscale: #919191. Windows color (decimal): -1086373 or 5991663. OLE color: 5991663.

HSL color Cylindrical-coordinate representation of color #EF6C5B: hue angle of 6.89º 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 #EF6C5B is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB23910891-
CMYK00.550.620.06
HSL6.89º82.22%64.71%-
HSV(B)6.89º61.92%93.73%-
XYZ42.8529.8313.4-
YUV145.2397.4194.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.57%
GREEN value IS 108 (42.58% from 255) = 24.66%
BLUE value IS 91 (35.94% from 255) = 20.78%
R=54.57%
G=24.66%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391089100.550.620.066.8982.2264.71
HexEF6C5B0373E675241
Octal3571541330677667122101
Binary1110111111011001011011011011111111011011110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6C5B; }

 p { color: rgb(239,108,91); }

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

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

 a { background-color: rgb(239,108,91); }

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

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

 span { border-color: rgb(239,108,91); }

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