Html Css Color HEX #E08565 Copper

📋 copy color: '#E08565'

red 224 ◦ green 133 ◦ blue 101

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

Shades of Copper #E08565

Tints of Copper #E08565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.04%

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

R = 48.91%
G = 29.04%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E08565 (or 0xE08565) is known color: Copper. HEX triplet: E0, 85 and 65. RGB value is (224,133,101). Sum of RGB (Red+Green+Blue) = 224+133+101=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E08565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08565 is #1F7A9A. Grayscale: #9C9C9C. Windows color (decimal): -2063003 or 6653408. OLE color: 6653408.

HSL color Cylindrical-coordinate representation of color #E08565: hue angle of 15.61º 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 #E08565 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 133 101 -
CMYK 0 0.41 0.55 0.12
HSL 15.61º 0.66% 0.64% -
HSV(B) 15.61º 0.55% 0.88% -
XYZ 41.48 33.56 16.6 -
YUV 156.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 224 133 101 0 0.41 0.55 0.12 15.61 0.66 0.64
Hex E0 85 65 0 29 37 C 10 42 40
Octal 340 205 145 0 51 67 14 20 102 100
Binary 11100000 10000101 1100101 0 101001 110111 1100 10000 1000010 1000000

Color Harmonies of #E08565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08565

Black with #E08565

Text Example


Text Example

White with #E08565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08565; }

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

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

background-color css

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

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

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

border-color css

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

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

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