Html Css Color HEX #EA9466 Copper

📋 copy color: '#EA9466'

red 234 ◦ green 148 ◦ blue 102

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

Shades of Copper #EA9466

Tints of Copper #EA9466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.58%

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

R = 48.35%
G = 30.58%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA9466 (or 0xEA9466) is known color: Copper. HEX triplet: EA, 94 and 66. RGB value is (234,148,102). Sum of RGB (Red+Green+Blue) = 234+148+102=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9466 is #156B99. Grayscale: #A8A8A8. Windows color (decimal): -1403802 or 6722794. OLE color: 6722794.

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

Color convert

RGB 234 148 102 -
CMYK 0 0.37 0.56 0.08
HSL 20.91º 0.76% 0.66% -
HSV(B) 20.91º 0.56% 0.92% -
XYZ 46.92 39.63 17.75 -
YUV 168.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 234 148 102 0 0.37 0.56 0.08 20.91 0.76 0.66
Hex EA 94 66 0 25 38 8 15 4C 42
Octal 352 224 146 0 45 70 10 25 114 102
Binary 11101010 10010100 1100110 0 100101 111000 1000 10101 1001100 1000010

Color Harmonies of #EA9466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9466

Black with #EA9466

Text Example


Text Example

White with #EA9466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9466; }

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

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

background-color css

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

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

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

border-color css

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

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

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