Html Css Color HEX #EA9268 Copper

📋 copy color: '#EA9268'

red 234 ◦ green 146 ◦ blue 104

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

Shades of Copper #EA9268

Tints of Copper #EA9268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.17%

 BLUE value IS 104 (41.02% from 255) = 21.49%

R = 48.35%
G = 30.17%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA9268 (or 0xEA9268) is known color: Copper. HEX triplet: EA, 92 and 68. RGB value is (234,146,104). Sum of RGB (Red+Green+Blue) = 234+146+104=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9268 is #156D97. Grayscale: #A7A7A7. Windows color (decimal): -1404312 or 6853354. OLE color: 6853354.

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

Color convert

RGB 234 146 104 -
CMYK 0 0.38 0.56 0.08
HSL 19.38º 0.76% 0.66% -
HSV(B) 19.38º 0.56% 0.92% -
XYZ 46.71 39.05 18.17 -
YUV 167.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 234 146 104 0 0.38 0.56 0.08 19.38 0.76 0.66
Hex EA 92 68 0 26 38 8 13 4C 42
Octal 352 222 150 0 46 70 10 23 114 102
Binary 11101010 10010010 1101000 0 100110 111000 1000 10011 1001100 1000010

Color Harmonies of #EA9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9268

Black with #EA9268

Text Example


Text Example

White with #EA9268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9268; }

 p { color: rgb(234,146,104); }

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

background-color css

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

 a { background-color: rgb(234,146,104); }

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

border-color css

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

 span { border-color: rgb(234,146,104); }

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