Html Css Color HEX #EA9169 Copper

📋 copy color: '#EA9169'

red 234 ◦ green 145 ◦ blue 105

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

Shades of Copper #EA9169

Tints of Copper #EA9169

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.96%

 BLUE value IS 105 (41.41% from 255) = 21.69%

R = 48.35%
G = 29.96%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA9169 (or 0xEA9169) is known color: Copper. HEX triplet: EA, 91 and 69. RGB value is (234,145,105). Sum of RGB (Red+Green+Blue) = 234+145+105=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9169 is #156E96. Grayscale: #A7A7A7. Windows color (decimal): -1404567 or 6918634. OLE color: 6918634.

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

Color convert

RGB 234 145 105 -
CMYK 0 0.38 0.55 0.08
HSL 18.6º 0.75% 0.66% -
HSV(B) 18.6º 0.55% 0.92% -
XYZ 46.61 38.76 18.39 -
YUV 167.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 234 145 105 0 0.38 0.55 0.08 18.6 0.75 0.66
Hex EA 91 69 0 26 37 8 13 4B 42
Octal 352 221 151 0 46 67 10 23 113 102
Binary 11101010 10010001 1101001 0 100110 110111 1000 10011 1001011 1000010

Color Harmonies of #EA9169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9169

Black with #EA9169

Text Example


Text Example

White with #EA9169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9169; }

 p { color: rgb(234,145,105); }

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

background-color css

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

 a { background-color: rgb(234,145,105); }

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

border-color css

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

 span { border-color: rgb(234,145,105); }

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