Html Css Color HEX #E08B5F Copper

📋 copy color: '#E08B5F'

red 224 ◦ green 139 ◦ blue 95

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

Shades of Copper #E08B5F

Tints of Copper #E08B5F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.35%

 BLUE value IS 95 (37.5% from 255) = 20.74%

R = 48.91%
G = 30.35%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E08B5F (or 0xE08B5F) is known color: Copper. HEX triplet: E0, 8B and 5F. RGB value is (224,139,95). Sum of RGB (Red+Green+Blue) = 224+139+95=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08B5F is #1F74A0. Grayscale: #9F9F9F. Windows color (decimal): -2061473 or 6261728. OLE color: 6261728.

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

Color convert

RGB 224 139 95 -
CMYK 0 0.38 0.58 0.12
HSL 20.47º 0.68% 0.63% -
HSV(B) 20.47º 0.58% 0.88% -
XYZ 42.04 35.14 15.39 -
YUV 159.4 91.66 174.08 -
System Red Green Blue C M Y K H S L
Decimal 224 139 95 0 0.38 0.58 0.12 20.47 0.68 0.63
Hex E0 8B 5F 0 26 3A C 14 44 3F
Octal 340 213 137 0 46 72 14 24 104 77
Binary 11100000 10001011 1011111 0 100110 111010 1100 10100 1000100 111111

Color Harmonies of #E08B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08B5F

Black with #E08B5F

Text Example


Text Example

White with #E08B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08B5F; }

 p { color: rgb(224,139,95); }

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

background-color css

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

 a { background-color: rgb(224,139,95); }

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

border-color css

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

 span { border-color: rgb(224,139,95); }

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