#EA8165

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

Shades of Terra Cotta #EA8165

Tints of Terra Cotta #EA8165

Color information

#EA8165 (or 0xEA8165) is unknown color: approx Terra Cotta. HEX triplet: EA, 81 and 65. RGB value is (234,129,101). Sum of RGB (Red+Green+Blue) = 234+129+101=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8165 is #157E9A. Grayscale: #9D9D9D. Windows color (decimal): -1408667 or 6652394. OLE color: 6652394.

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

Color convert

RGB234129101-
CMYK00.450.570.08
HSL12.63º76%65.69%-
HSV(B)12.63º56.84%91.76%-
XYZ44.1334.1316.57-
YUV157.296.29182.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.43%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 101 (39.84% from 255) = 21.77%
R=50.43%
G=27.80%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412910100.450.570.0812.637665.69
HexEA816502D398d4c42
Octal352201145055711015114102
Binary1110101010000001110010101011011110011000110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8165; }

 p { color: rgb(234,129,101); }

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

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

 a { background-color: rgb(234,129,101); }

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

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

 span { border-color: rgb(234,129,101); }

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