Html Css Color HEX #E0825A Copper

📋 copy color: '#E0825A'

red 224 ◦ green 130 ◦ blue 90

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

Shades of Copper #E0825A

Tints of Copper #E0825A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.28%

 BLUE value IS 90 (35.55% from 255) = 20.27%

R = 50.45%
G = 29.28%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0825A (or 0xE0825A) is known color: Copper. HEX triplet: E0, 82 and 5A. RGB value is (224,130,90). Sum of RGB (Red+Green+Blue) = 224+130+90=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0825A is #1F7DA5. Grayscale: #999999. Windows color (decimal): -2063782 or 5931744. OLE color: 5931744.

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

Color convert

RGB 224 130 90 -
CMYK 0 0.42 0.60 0.12
HSL 17.91º 0.68% 0.62% -
HSV(B) 17.91º 0.6% 0.88% -
XYZ 40.57 32.55 13.82 -
YUV 153.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 224 130 90 0 0.42 0.60 0.12 17.91 0.68 0.62
Hex E0 82 5A 0 2A 3C C 12 44 3E
Octal 340 202 132 0 52 74 14 22 104 76
Binary 11100000 10000010 1011010 0 101010 111100 1100 10010 1000100 111110

Color Harmonies of #E0825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0825A

Black with #E0825A

Text Example


Text Example

White with #E0825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0825A; }

 p { color: rgb(224,130,90); }

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

background-color css

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

 a { background-color: rgb(224,130,90); }

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

border-color css

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

 span { border-color: rgb(224,130,90); }

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