Html Css Color HEX #EA8264 Copper

📋 copy color: '#EA8264'

red 234 ◦ green 130 ◦ blue 100

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

Shades of Copper #EA8264

Tints of Copper #EA8264

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.02%

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

R = 50.43%
G = 28.02%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA8264 (or 0xEA8264) is known color: Copper. HEX triplet: EA, 82 and 64. RGB value is (234,130,100). Sum of RGB (Red+Green+Blue) = 234+130+100=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8264 is #157D9B. Grayscale: #9D9D9D. Windows color (decimal): -1408412 or 6587114. OLE color: 6587114.

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

Color convert

RGB 234 130 100 -
CMYK 0 0.44 0.57 0.08
HSL 13.43º 0.76% 0.65% -
HSV(B) 13.43º 0.57% 0.92% -
XYZ 44.21 34.38 16.36 -
YUV 157.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 234 130 100 0 0.44 0.57 0.08 13.43 0.76 0.65
Hex EA 82 64 0 2C 39 8 D 4C 41
Octal 352 202 144 0 54 71 10 15 114 101
Binary 11101010 10000010 1100100 0 101100 111001 1000 1101 1001100 1000001

Color Harmonies of #EA8264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8264

Black with #EA8264

Text Example


Text Example

White with #EA8264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8264; }

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

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

background-color css

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

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

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

border-color css

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

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

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