Html Css Color HEX #E08462 Copper

📋 copy color: '#E08462'

red 224 ◦ green 132 ◦ blue 98

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

Shades of Copper #E08462

Tints of Copper #E08462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.07%

 BLUE value IS 98 (38.67% from 255) = 21.59%

R = 49.34%
G = 29.07%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E08462 (or 0xE08462) is known color: Copper. HEX triplet: E0, 84 and 62. RGB value is (224,132,98). Sum of RGB (Red+Green+Blue) = 224+132+98=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E08462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08462 is #1F7B9D. Grayscale: #9B9B9B. Windows color (decimal): -2063262 or 6456544. OLE color: 6456544.

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

Color convert

RGB 224 132 98 -
CMYK 0 0.41 0.56 0.12
HSL 16.19º 0.67% 0.63% -
HSV(B) 16.19º 0.56% 0.88% -
XYZ 41.2 33.23 15.8 -
YUV 155.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 224 132 98 0 0.41 0.56 0.12 16.19 0.67 0.63
Hex E0 84 62 0 29 38 C 10 43 3F
Octal 340 204 142 0 51 70 14 20 103 77
Binary 11100000 10000100 1100010 0 101001 111000 1100 10000 1000011 111111

Color Harmonies of #E08462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08462

Black with #E08462

Text Example


Text Example

White with #E08462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08462; }

 p { color: rgb(224,132,98); }

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

background-color css

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

 a { background-color: rgb(224,132,98); }

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

border-color css

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

 span { border-color: rgb(224,132,98); }

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