Html Css Color HEX #EA8865 Copper

📋 copy color: '#EA8865'

red 234 ◦ green 136 ◦ blue 101

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

Shades of Copper #EA8865

Tints of Copper #EA8865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.44%

R = 49.68%
G = 28.87%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA8865 (or 0xEA8865) is known color: Copper. HEX triplet: EA, 88 and 65. RGB value is (234,136,101). Sum of RGB (Red+Green+Blue) = 234+136+101=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8865 is #15779A. Grayscale: #A1A1A1. Windows color (decimal): -1406875 or 6654186. OLE color: 6654186.

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

Color convert

RGB 234 136 101 -
CMYK 0 0.42 0.57 0.08
HSL 15.79º 0.76% 0.66% -
HSV(B) 15.79º 0.57% 0.92% -
XYZ 45.08 36.04 16.89 -
YUV 161.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 234 136 101 0 0.42 0.57 0.08 15.79 0.76 0.66
Hex EA 88 65 0 2A 39 8 10 4C 42
Octal 352 210 145 0 52 71 10 20 114 102
Binary 11101010 10001000 1100101 0 101010 111001 1000 10000 1001100 1000010

Color Harmonies of #EA8865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8865

Black with #EA8865

Text Example


Text Example

White with #EA8865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8865; }

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

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

background-color css

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

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

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

border-color css

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

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

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