Html Css Color HEX #E08D5E Copper

📋 copy color: '#E08D5E'

red 224 ◦ green 141 ◦ blue 94

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

Shades of Copper #E08D5E

Tints of Copper #E08D5E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.72%

 BLUE value IS 94 (37.11% from 255) = 20.48%

R = 48.8%
G = 30.72%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E08D5E (or 0xE08D5E) is known color: Copper. HEX triplet: E0, 8D and 5E. RGB value is (224,141,94). Sum of RGB (Red+Green+Blue) = 224+141+94=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08D5E is #1F72A1. Grayscale: #A0A0A0. Windows color (decimal): -2060962 or 6196704. OLE color: 6196704.

HSL color Cylindrical-coordinate representation of color #E08D5E: hue angle of 21.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E08D5E is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 141 94 -
CMYK 0 0.37 0.58 0.12
HSL 21.69º 0.68% 0.62% -
HSV(B) 21.69º 0.58% 0.88% -
XYZ 42.29 35.71 15.25 -
YUV 160.46 90.5 173.32 -
System Red Green Blue C M Y K H S L
Decimal 224 141 94 0 0.37 0.58 0.12 21.69 0.68 0.62
Hex E0 8D 5E 0 25 3A C 16 44 3E
Octal 340 215 136 0 45 72 14 26 104 76
Binary 11100000 10001101 1011110 0 100101 111010 1100 10110 1000100 111110

Color Harmonies of #E08D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D5E

Black with #E08D5E

Text Example


Text Example

White with #E08D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D5E; }

 p { color: rgb(224,141,94); }

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

background-color css

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

 a { background-color: rgb(224,141,94); }

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

border-color css

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

 span { border-color: rgb(224,141,94); }

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