Html Css Color HEX #E09464 Copper

📋 copy color: '#E09464'

red 224 ◦ green 148 ◦ blue 100

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

Shades of Copper #E09464

Tints of Copper #E09464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.19%

R = 47.46%
G = 31.36%
B = 21.19%

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

#E09464 (or 0xE09464) is known color: Copper. HEX triplet: E0, 94 and 64. RGB value is (224,148,100). Sum of RGB (Red+Green+Blue) = 224+148+100=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E09464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09464 is #1F6B9B. Grayscale: #A5A5A5. Windows color (decimal): -2059164 or 6591712. OLE color: 6591712.

HSL color Cylindrical-coordinate representation of color #E09464: hue angle of 23.23º degrees, saturation: 0.67, 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 #E09464 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 148 100 -
CMYK 0 0.34 0.55 0.12
HSL 23.23º 0.67% 0.64% -
HSV(B) 23.23º 0.55% 0.88% -
XYZ 43.63 37.95 17.08 -
YUV 165.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 224 148 100 0 0.34 0.55 0.12 23.23 0.67 0.64
Hex E0 94 64 0 22 37 C 17 43 40
Octal 340 224 144 0 42 67 14 27 103 100
Binary 11100000 10010100 1100100 0 100010 110111 1100 10111 1000011 1000000

Color Harmonies of #E09464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09464

Black with #E09464

Text Example


Text Example

White with #E09464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09464; }

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

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

background-color css

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

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

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

border-color css

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

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

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