Html Css Color HEX #EA8C64 Copper

📋 copy color: '#EA8C64'

red 234 ◦ green 140 ◦ blue 100

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

Shades of Copper #EA8C64

Tints of Copper #EA8C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.54%

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

R = 49.37%
G = 29.54%
B = 21.1%

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

#EA8C64 (or 0xEA8C64) is known color: Copper. HEX triplet: EA, 8C and 64. RGB value is (234,140,100). Sum of RGB (Red+Green+Blue) = 234+140+100=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C64 is #15739B. Grayscale: #A3A3A3. Windows color (decimal): -1405852 or 6589674. OLE color: 6589674.

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

Color convert

RGB 234 140 100 -
CMYK 0 0.40 0.57 0.08
HSL 17.91º 0.76% 0.65% -
HSV(B) 17.91º 0.57% 0.92% -
XYZ 45.61 37.17 16.83 -
YUV 163.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 234 140 100 0 0.40 0.57 0.08 17.91 0.76 0.65
Hex EA 8C 64 0 28 39 8 12 4C 41
Octal 352 214 144 0 50 71 10 22 114 101
Binary 11101010 10001100 1100100 0 101000 111001 1000 10010 1001100 1000001

Color Harmonies of #EA8C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C64

Black with #EA8C64

Text Example


Text Example

White with #EA8C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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