Html Css Color HEX #E09465 Copper

📋 copy color: '#E09465'

red 224 ◦ green 148 ◦ blue 101

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

Shades of Copper #E09465

Tints of Copper #E09465

RGB

 RED value IS 224 (87.89% from 255) = 47.36%

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

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

R = 47.36%
G = 31.29%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E09465 (or 0xE09465) is known color: Copper. HEX triplet: E0, 94 and 65. RGB value is (224,148,101). Sum of RGB (Red+Green+Blue) = 224+148+101=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E09465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09465 is #1F6B9A. Grayscale: #A5A5A5. Windows color (decimal): -2059163 or 6657248. OLE color: 6657248.

HSL color Cylindrical-coordinate representation of color #E09465: hue angle of 22.93º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E09465 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 148 101 -
CMYK 0 0.34 0.55 0.12
HSL 22.93º 0.66% 0.64% -
HSV(B) 22.93º 0.55% 0.88% -
XYZ 43.68 37.97 17.34 -
YUV 165.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 224 148 101 0 0.34 0.55 0.12 22.93 0.66 0.64
Hex E0 94 65 0 22 37 C 17 42 40
Octal 340 224 145 0 42 67 14 27 102 100
Binary 11100000 10010100 1100101 0 100010 110111 1100 10111 1000010 1000000

Color Harmonies of #E09465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09465

Black with #E09465

Text Example


Text Example

White with #E09465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09465; }

 p { color: rgb(224,148,101); }

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

background-color css

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

 a { background-color: rgb(224,148,101); }

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

border-color css

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

 span { border-color: rgb(224,148,101); }

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