#EF7B61

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

Shades of Terra Cotta #EF7B61

Tints of Terra Cotta #EF7B61

Color information

#EF7B61 (or 0xEF7B61) is unknown color: approx Terra Cotta. HEX triplet: EF, 7B and 61. RGB value is (239,123,97). Sum of RGB (Red+Green+Blue) = 239+123+97=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B61 is #10849E. Grayscale: #9A9A9A. Windows color (decimal): -1082527 or 6388719. OLE color: 6388719.

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

Color convert

RGB23912397-
CMYK00.490.590.06
HSL10.99º81.61%65.88%-
HSV(B)10.99º59.41%93.73%-
XYZ44.8433.3815.39-
YUV154.7295.43188.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.07%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=52.07%
G=26.80%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391239700.490.590.0610.9981.6165.88
HexEF7B610313B6b5242
Octal35717314106173613122102
Binary11101111111101111000010110001111011110101110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7B61; }

 p { color: rgb(239,123,97); }

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

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

 a { background-color: rgb(239,123,97); }

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

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

 span { border-color: rgb(239,123,97); }

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