Html Css Color HEX #E48765 Copper

📋 copy color: '#E48765'

red 228 ◦ green 135 ◦ blue 101

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

Shades of Copper #E48765

Tints of Copper #E48765

RGB

 RED value IS 228 (89.45% from 255) = 49.14%

 GREEN value IS 135 (53.13% from 255) = 29.09%

 BLUE value IS 101 (39.84% from 255) = 21.77%

R = 49.14%
G = 29.09%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E48765 (or 0xE48765) is known color: Copper. HEX triplet: E4, 87 and 65. RGB value is (228,135,101). Sum of RGB (Red+Green+Blue) = 228+135+101=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E48765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48765 is #1B789A. Grayscale: #9F9F9F. Windows color (decimal): -1800347 or 6653924. OLE color: 6653924.

HSL color Cylindrical-coordinate representation of color #E48765: hue angle of 16.06º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E48765 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 135 101 -
CMYK 0 0.41 0.56 0.11
HSL 16.06º 0.7% 0.65% -
HSV(B) 16.06º 0.56% 0.89% -
XYZ 43.01 34.76 16.75 -
YUV 158.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 228 135 101 0 0.41 0.56 0.11 16.06 0.7 0.65
Hex E4 87 65 0 29 38 B 10 46 41
Octal 344 207 145 0 51 70 13 20 106 101
Binary 11100100 10000111 1100101 0 101001 111000 1011 10000 1000110 1000001

Color Harmonies of #E48765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48765

Black with #E48765

Text Example


Text Example

White with #E48765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48765; }

 p { color: rgb(228,135,101); }

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

background-color css

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

 a { background-color: rgb(228,135,101); }

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

border-color css

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

 span { border-color: rgb(228,135,101); }

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