#EB7F5F

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

Shades of Terra Cotta #EB7F5F

Tints of Terra Cotta #EB7F5F

Color information

#EB7F5F (or 0xEB7F5F) is unknown color: approx Terra Cotta. HEX triplet: EB, 7F and 5F. RGB value is (235,127,95). Sum of RGB (Red+Green+Blue) = 235+127+95=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7F5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7F5F is #1480A0. Grayscale: #9B9B9B. Windows color (decimal): -1343649 or 6258667. OLE color: 6258667.

HSL color Cylindrical-coordinate representation of color #EB7F5F: hue angle of 13.71º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB7F5F is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23512795-
CMYK00.460.600.08
HSL13.71º77.78%64.71%-
HSV(B)13.71º59.57%92.16%-
XYZ43.9233.6715.01-
YUV155.6493.78184.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.42%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 95 (37.5% from 255) = 20.79%
R=51.42%
G=27.79%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351279500.460.600.0813.7177.7864.71
HexEB7F5F02E3C8e4e41
Octal353177137056741016116101
Binary111010111111111101111101011101111001000111010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7F5F; }

 p { color: rgb(235,127,95); }

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

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

 a { background-color: rgb(235,127,95); }

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

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

 span { border-color: rgb(235,127,95); }

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