Html Css Color HEX #EA8764 Copper

📋 copy color: '#EA8764'

red 234 ◦ green 135 ◦ blue 100

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

Shades of Copper #EA8764

Tints of Copper #EA8764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.78%

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

R = 49.89%
G = 28.78%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA8764 (or 0xEA8764) is known color: Copper. HEX triplet: EA, 87 and 64. RGB value is (234,135,100). Sum of RGB (Red+Green+Blue) = 234+135+100=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8764 is #15789B. Grayscale: #A0A0A0. Windows color (decimal): -1407132 or 6588394. OLE color: 6588394.

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

Color convert

RGB 234 135 100 -
CMYK 0 0.42 0.57 0.08
HSL 15.67º 0.76% 0.65% -
HSV(B) 15.67º 0.57% 0.92% -
XYZ 44.9 35.74 16.59 -
YUV 160.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 234 135 100 0 0.42 0.57 0.08 15.67 0.76 0.65
Hex EA 87 64 0 2A 39 8 10 4C 41
Octal 352 207 144 0 52 71 10 20 114 101
Binary 11101010 10000111 1100100 0 101010 111001 1000 10000 1001100 1000001

Color Harmonies of #EA8764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8764

Black with #EA8764

Text Example


Text Example

White with #EA8764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8764; }

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

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

background-color css

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

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

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

border-color css

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

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

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