Html Css Color HEX #E08964 Copper

📋 copy color: '#E08964'

red 224 ◦ green 137 ◦ blue 100

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

Shades of Copper #E08964

Tints of Copper #E08964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.72%

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

R = 48.59%
G = 29.72%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E08964 (or 0xE08964) is known color: Copper. HEX triplet: E0, 89 and 64. RGB value is (224,137,100). Sum of RGB (Red+Green+Blue) = 224+137+100=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E08964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08964 is #1F769B. Grayscale: #9F9F9F. Windows color (decimal): -2061980 or 6588896. OLE color: 6588896.

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

Color convert

RGB 224 137 100 -
CMYK 0 0.39 0.55 0.12
HSL 17.9º 0.67% 0.64% -
HSV(B) 17.9º 0.55% 0.88% -
XYZ 41.99 34.66 16.53 -
YUV 158.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 224 137 100 0 0.39 0.55 0.12 17.9 0.67 0.64
Hex E0 89 64 0 27 37 C 12 43 40
Octal 340 211 144 0 47 67 14 22 103 100
Binary 11100000 10001001 1100100 0 100111 110111 1100 10010 1000011 1000000

Color Harmonies of #E08964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08964

Black with #E08964

Text Example


Text Example

White with #E08964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08964; }

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

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

background-color css

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

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

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

border-color css

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

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

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