Html Css Color HEX #EA8F61 Copper

📋 copy color: '#EA8F61'

red 234 ◦ green 143 ◦ blue 97

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

Shades of Copper #EA8F61

Tints of Copper #EA8F61

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.17%

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

R = 49.37%
G = 30.17%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA8F61 (or 0xEA8F61) is known color: Copper. HEX triplet: EA, 8F and 61. RGB value is (234,143,97). Sum of RGB (Red+Green+Blue) = 234+143+97=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F61 is #15709E. Grayscale: #A5A5A5. Windows color (decimal): -1405087 or 6393834. OLE color: 6393834.

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

Color convert

RGB 234 143 97 -
CMYK 0 0.39 0.59 0.08
HSL 20.15º 0.77% 0.65% -
HSV(B) 20.15º 0.59% 0.92% -
XYZ 45.91 38 16.22 -
YUV 164.97 89.65 177.24 -
System Red Green Blue C M Y K H S L
Decimal 234 143 97 0 0.39 0.59 0.08 20.15 0.77 0.65
Hex EA 8F 61 0 27 3B 8 14 4D 41
Octal 352 217 141 0 47 73 10 24 115 101
Binary 11101010 10001111 1100001 0 100111 111011 1000 10100 1001101 1000001

Color Harmonies of #EA8F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F61

Black with #EA8F61

Text Example


Text Example

White with #EA8F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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