#EA7867

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

Shades of Terra Cotta #EA7867

Tints of Terra Cotta #EA7867

Color information

#EA7867 (or 0xEA7867) is unknown color: approx Terra Cotta. HEX triplet: EA, 78 and 67. RGB value is (234,120,103). Sum of RGB (Red+Green+Blue) = 234+120+103=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7867 is #158798. Grayscale: #989898. Windows color (decimal): -1410969 or 6781162. OLE color: 6781162.

HSL color Cylindrical-coordinate representation of color #EA7867: hue angle of 7.79º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA7867 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234120103-
CMYK00.490.560.08
HSL7.79º75.72%66.08%-
HSV(B)7.79º55.98%91.76%-
XYZ43.131.916.72-
YUV152.15100.27186.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.20%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 103 (40.62% from 255) = 22.54%
R=51.20%
G=26.26%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412010300.490.560.087.7975.7266.08
HexEA786703138884c42
Octal352170147061701010114102
Binary111010101111000110011101100011110001000100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7867; }

 p { color: rgb(234,120,103); }

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

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

 a { background-color: rgb(234,120,103); }

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

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

 span { border-color: rgb(234,120,103); }

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