Html Css Color HEX #EA8A61 Copper

📋 copy color: '#EA8A61'

red 234 ◦ green 138 ◦ blue 97

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

Shades of Copper #EA8A61

Tints of Copper #EA8A61

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.42%

 BLUE value IS 97 (38.28% from 255) = 20.68%

R = 49.89%
G = 29.42%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA8A61 (or 0xEA8A61) is known color: Copper. HEX triplet: EA, 8A and 61. RGB value is (234,138,97). Sum of RGB (Red+Green+Blue) = 234+138+97=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8A61 is #15759E. Grayscale: #A2A2A2. Windows color (decimal): -1406367 or 6392554. OLE color: 6392554.

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

Color convert

RGB 234 138 97 -
CMYK 0 0.41 0.59 0.08
HSL 17.96º 0.77% 0.65% -
HSV(B) 17.96º 0.59% 0.92% -
XYZ 45.18 36.53 15.98 -
YUV 162.03 91.3 179.33 -
System Red Green Blue C M Y K H S L
Decimal 234 138 97 0 0.41 0.59 0.08 17.96 0.77 0.65
Hex EA 8A 61 0 29 3B 8 12 4D 41
Octal 352 212 141 0 51 73 10 22 115 101
Binary 11101010 10001010 1100001 0 101001 111011 1000 10010 1001101 1000001

Color Harmonies of #EA8A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8A61

Black with #EA8A61

Text Example


Text Example

White with #EA8A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8A61; }

 p { color: rgb(234,138,97); }

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

background-color css

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

 a { background-color: rgb(234,138,97); }

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

border-color css

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

 span { border-color: rgb(234,138,97); }

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