Html Css Color HEX #E09466 Copper

📋 copy color: '#E09466'

red 224 ◦ green 148 ◦ blue 102

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

Shades of Copper #E09466

Tints of Copper #E09466

RGB

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

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

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

R = 47.26%
G = 31.22%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E09466 (or 0xE09466) is known color: Copper. HEX triplet: E0, 94 and 66. RGB value is (224,148,102). Sum of RGB (Red+Green+Blue) = 224+148+102=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E09466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09466 is #1F6B99. Grayscale: #A5A5A5. Windows color (decimal): -2059162 or 6722784. OLE color: 6722784.

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

Color convert

RGB 224 148 102 -
CMYK 0 0.34 0.54 0.12
HSL 22.62º 0.66% 0.64% -
HSV(B) 22.62º 0.54% 0.88% -
XYZ 43.73 37.99 17.6 -
YUV 165.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 224 148 102 0 0.34 0.54 0.12 22.62 0.66 0.64
Hex E0 94 66 0 22 36 C 17 42 40
Octal 340 224 146 0 42 66 14 27 102 100
Binary 11100000 10010100 1100110 0 100010 110110 1100 10111 1000010 1000000

Color Harmonies of #E09466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09466

Black with #E09466

Text Example


Text Example

White with #E09466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09466; }

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

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

background-color css

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

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

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

border-color css

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

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

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