Html Css Color HEX #EA8D64 Copper

📋 copy color: '#EA8D64'

red 234 ◦ green 141 ◦ blue 100

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

Shades of Copper #EA8D64

Tints of Copper #EA8D64

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.68%

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 49.26%
G = 29.68%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA8D64 (or 0xEA8D64) is known color: Copper. HEX triplet: EA, 8D and 64. RGB value is (234,141,100). Sum of RGB (Red+Green+Blue) = 234+141+100=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D64 is #15729B. Grayscale: #A4A4A4. Windows color (decimal): -1405596 or 6589930. OLE color: 6589930.

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

Color convert

RGB 234 141 100 -
CMYK 0 0.40 0.57 0.08
HSL 18.36º 0.76% 0.65% -
HSV(B) 18.36º 0.57% 0.92% -
XYZ 45.76 37.46 16.88 -
YUV 164.13 91.81 177.83 -
System Red Green Blue C M Y K H S L
Decimal 234 141 100 0 0.40 0.57 0.08 18.36 0.76 0.65
Hex EA 8D 64 0 28 39 8 12 4C 41
Octal 352 215 144 0 50 71 10 22 114 101
Binary 11101010 10001101 1100100 0 101000 111001 1000 10010 1001100 1000001

Color Harmonies of #EA8D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D64

Black with #EA8D64

Text Example


Text Example

White with #EA8D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D64; }

 p { color: rgb(234,141,100); }

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

background-color css

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

 a { background-color: rgb(234,141,100); }

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

border-color css

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

 span { border-color: rgb(234,141,100); }

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