Html Css Color HEX #EA8863 Copper

📋 copy color: '#EA8863'

red 234 ◦ green 136 ◦ blue 99

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

Shades of Copper #EA8863

Tints of Copper #EA8863

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29%

 BLUE value IS 99 (39.06% from 255) = 21.11%

R = 49.89%
G = 29%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA8863 (or 0xEA8863) is known color: Copper. HEX triplet: EA, 88 and 63. RGB value is (234,136,99). Sum of RGB (Red+Green+Blue) = 234+136+99=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8863 is #15779C. Grayscale: #A1A1A1. Windows color (decimal): -1406877 or 6523114. OLE color: 6523114.

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

Color convert

RGB 234 136 99 -
CMYK 0 0.42 0.58 0.08
HSL 16.44º 0.76% 0.65% -
HSV(B) 16.44º 0.58% 0.92% -
XYZ 44.99 36 16.38 -
YUV 161.08 92.97 180.01 -
System Red Green Blue C M Y K H S L
Decimal 234 136 99 0 0.42 0.58 0.08 16.44 0.76 0.65
Hex EA 88 63 0 2A 3A 8 10 4C 41
Octal 352 210 143 0 52 72 10 20 114 101
Binary 11101010 10001000 1100011 0 101010 111010 1000 10000 1001100 1000001

Color Harmonies of #EA8863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8863

Black with #EA8863

Text Example


Text Example

White with #EA8863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8863; }

 p { color: rgb(234,136,99); }

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

background-color css

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

 a { background-color: rgb(234,136,99); }

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

border-color css

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

 span { border-color: rgb(234,136,99); }

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