Html Css Color HEX #E08B5C Copper

📋 copy color: '#E08B5C'

red 224 ◦ green 139 ◦ blue 92

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

Shades of Copper #E08B5C

Tints of Copper #E08B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.22%

R = 49.23%
G = 30.55%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E08B5C (or 0xE08B5C) is known color: Copper. HEX triplet: E0, 8B and 5C. RGB value is (224,139,92). Sum of RGB (Red+Green+Blue) = 224+139+92=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08B5C is #1F74A3. Grayscale: #9F9F9F. Windows color (decimal): -2061476 or 6065120. OLE color: 6065120.

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

Color convert

RGB 224 139 92 -
CMYK 0 0.38 0.59 0.12
HSL 21.36º 0.68% 0.62% -
HSV(B) 21.36º 0.59% 0.88% -
XYZ 41.9 35.09 14.69 -
YUV 159.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 224 139 92 0 0.38 0.59 0.12 21.36 0.68 0.62
Hex E0 8B 5C 0 26 3B C 15 44 3E
Octal 340 213 134 0 46 73 14 25 104 76
Binary 11100000 10001011 1011100 0 100110 111011 1100 10101 1000100 111110

Color Harmonies of #E08B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08B5C

Black with #E08B5C

Text Example


Text Example

White with #E08B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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