Html Css Color HEX #E5825D Copper

📋 copy color: '#E5825D'

red 229 ◦ green 130 ◦ blue 93

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

Shades of Copper #E5825D

Tints of Copper #E5825D

RGB

 RED value IS 229 (89.84% from 255) = 50.66%

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

 BLUE value IS 93 (36.72% from 255) = 20.58%

R = 50.66%
G = 28.76%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5825D (or 0xE5825D) is known color: Copper. HEX triplet: E5, 82 and 5D. RGB value is (229,130,93). Sum of RGB (Red+Green+Blue) = 229+130+93=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5825D is #1A7DA2. Grayscale: #9B9B9B. Windows color (decimal): -1736099 or 6128357. OLE color: 6128357.

HSL color Cylindrical-coordinate representation of color #E5825D: hue angle of 16.32º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5825D is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 130 93 -
CMYK 0 0.43 0.59 0.10
HSL 16.32º 0.72% 0.63% -
HSV(B) 16.32º 0.59% 0.9% -
XYZ 42.27 33.41 14.58 -
YUV 155.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 229 130 93 0 0.43 0.59 0.10 16.32 0.72 0.63
Hex E5 82 5D 0 2B 3B A 10 48 3F
Octal 345 202 135 0 53 73 12 20 110 77
Binary 11100101 10000010 1011101 0 101011 111011 1010 10000 1001000 111111

Color Harmonies of #E5825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5825D

Black with #E5825D

Text Example


Text Example

White with #E5825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5825D; }

 p { color: rgb(229,130,93); }

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

background-color css

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

 a { background-color: rgb(229,130,93); }

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

border-color css

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

 span { border-color: rgb(229,130,93); }

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