Html Css Color HEX #EA8866 Copper

📋 copy color: '#EA8866'

red 234 ◦ green 136 ◦ blue 102

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

Shades of Copper #EA8866

Tints of Copper #EA8866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.61%

R = 49.58%
G = 28.81%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA8866 (or 0xEA8866) is known color: Copper. HEX triplet: EA, 88 and 66. RGB value is (234,136,102). Sum of RGB (Red+Green+Blue) = 234+136+102=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8866 is #157799. Grayscale: #A1A1A1. Windows color (decimal): -1406874 or 6719722. OLE color: 6719722.

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

Color convert

RGB 234 136 102 -
CMYK 0 0.42 0.56 0.08
HSL 15.45º 0.76% 0.66% -
HSV(B) 15.45º 0.56% 0.92% -
XYZ 45.13 36.06 17.15 -
YUV 161.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 234 136 102 0 0.42 0.56 0.08 15.45 0.76 0.66
Hex EA 88 66 0 2A 38 8 F 4C 42
Octal 352 210 146 0 52 70 10 17 114 102
Binary 11101010 10001000 1100110 0 101010 111000 1000 1111 1001100 1000010

Color Harmonies of #EA8866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8866

Black with #EA8866

Text Example


Text Example

White with #EA8866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8866; }

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

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

background-color css

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

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

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

border-color css

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

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

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