Html Css Color HEX #E18258 Copper

📋 copy color: '#E18258'

red 225 ◦ green 130 ◦ blue 88

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

Shades of Copper #E18258

Tints of Copper #E18258

RGB

 RED value IS 225 (88.28% from 255) = 50.79%

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

 BLUE value IS 88 (34.77% from 255) = 19.86%

R = 50.79%
G = 29.35%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E18258 (or 0xE18258) is known color: Copper. HEX triplet: E1, 82 and 58. RGB value is (225,130,88). Sum of RGB (Red+Green+Blue) = 225+130+88=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E18258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18258 is #1E7DA7. Grayscale: #999999. Windows color (decimal): -1998248 or 5800673. OLE color: 5800673.

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

Color convert

RGB 225 130 88 -
CMYK 0 0.42 0.61 0.12
HSL 18.39º 0.7% 0.61% -
HSV(B) 18.39º 0.61% 0.88% -
XYZ 40.8 32.68 13.39 -
YUV 153.62 90.97 178.92 -
System Red Green Blue C M Y K H S L
Decimal 225 130 88 0 0.42 0.61 0.12 18.39 0.7 0.61
Hex E1 82 58 0 2A 3D C 12 46 3D
Octal 341 202 130 0 52 75 14 22 106 75
Binary 11100001 10000010 1011000 0 101010 111101 1100 10010 1000110 111101

Color Harmonies of #E18258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18258

Black with #E18258

Text Example


Text Example

White with #E18258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18258; }

 p { color: rgb(225,130,88); }

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

background-color css

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

 a { background-color: rgb(225,130,88); }

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

border-color css

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

 span { border-color: rgb(225,130,88); }

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