#EA675B

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

Shades of Terra Cotta #EA675B

Tints of Terra Cotta #EA675B

Color information

#EA675B (or 0xEA675B) is unknown color: approx Terra Cotta. HEX triplet: EA, 67 and 5B. RGB value is (234,103,91). Sum of RGB (Red+Green+Blue) = 234+103+91=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA675B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA675B is #1598A4. Grayscale: #8C8C8C. Windows color (decimal): -1415333 or 5990378. OLE color: 5990378.

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

Color convert

RGB23410391-
CMYK00.560.610.08
HSL5.03º77.3%63.73%-
HSV(B)5.03º61.11%91.76%-
XYZ40.6727.9513.15-
YUV140.899.9194.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.67%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 91 (35.94% from 255) = 21.26%
R=54.67%
G=24.07%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341039100.560.610.085.0377.363.73
HexEA675B0383D854d40
Octal35214713307075105115100
Binary11101010110011110110110111000111101100010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA675B; }

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

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

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

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

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

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

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

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