Html Css Color HEX #EA8468 Copper

📋 copy color: '#EA8468'

red 234 ◦ green 132 ◦ blue 104

#EA8468
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper #EA8468

Tints of Copper #EA8468

RGB

 RED value IS 234 (91.8% from 255) = 49.79%

 GREEN value IS 132 (51.95% from 255) = 28.09%

 BLUE value IS 104 (41.02% from 255) = 22.13%

R = 49.79%
G = 28.09%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA8468 (or 0xEA8468) is known color: Copper. HEX triplet: EA, 84 and 68. RGB value is (234,132,104). Sum of RGB (Red+Green+Blue) = 234+132+104=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8468 is #157B97. Grayscale: #9F9F9F. Windows color (decimal): -1407896 or 6849770. OLE color: 6849770.

HSL color Cylindrical-coordinate representation of color #EA8468: hue angle of 12.92º 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 #EA8468 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 132 104 -
CMYK 0 0.44 0.56 0.08
HSL 12.92º 0.76% 0.66% -
HSV(B) 12.92º 0.56% 0.92% -
XYZ 44.68 34.99 17.5 -
YUV 159.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 234 132 104 0 0.44 0.56 0.08 12.92 0.76 0.66
Hex EA 84 68 0 2C 38 8 D 4C 42
Octal 352 204 150 0 54 70 10 15 114 102
Binary 11101010 10000100 1101000 0 101100 111000 1000 1101 1001100 1000010

Color Harmonies of #EA8468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8468

Black with #EA8468

Text Example


Text Example

White with #EA8468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8468; }

 p { color: rgb(234,132,104); }

 H1.HeaderClassName
 {
   color: #EA8468;
 }
 .AnyTagClassName
 {
   color: #EA8468;
 }
</style>

background-color css

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

 a { background-color: rgb(234,132,104); }

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

border-color css

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

 span { border-color: rgb(234,132,104); }

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