Html Css Color HEX #E08765 Copper

📋 copy color: '#E08765'

red 224 ◦ green 135 ◦ blue 101

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

Shades of Copper #E08765

Tints of Copper #E08765

RGB

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

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

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

R = 48.7%
G = 29.35%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E08765 (or 0xE08765) is known color: Copper. HEX triplet: E0, 87 and 65. RGB value is (224,135,101). Sum of RGB (Red+Green+Blue) = 224+135+101=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E08765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08765 is #1F789A. Grayscale: #9D9D9D. Windows color (decimal): -2062491 or 6653920. OLE color: 6653920.

HSL color Cylindrical-coordinate representation of color #E08765: hue angle of 16.59º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E08765 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 135 101 -
CMYK 0 0.40 0.55 0.12
HSL 16.59º 0.66% 0.64% -
HSV(B) 16.59º 0.55% 0.88% -
XYZ 41.75 34.11 16.7 -
YUV 157.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 224 135 101 0 0.40 0.55 0.12 16.59 0.66 0.64
Hex E0 87 65 0 28 37 C 11 42 40
Octal 340 207 145 0 50 67 14 21 102 100
Binary 11100000 10000111 1100101 0 101000 110111 1100 10001 1000010 1000000

Color Harmonies of #E08765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08765

Black with #E08765

Text Example


Text Example

White with #E08765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08765; }

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

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

background-color css

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

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

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

border-color css

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

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

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