Html Css Color HEX #E08F65 Copper

📋 copy color: '#E08F65'

red 224 ◦ green 143 ◦ blue 101

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

Shades of Copper #E08F65

Tints of Copper #E08F65

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.56%

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

R = 47.86%
G = 30.56%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E08F65 (or 0xE08F65) is known color: Copper. HEX triplet: E0, 8F and 65. RGB value is (224,143,101). Sum of RGB (Red+Green+Blue) = 224+143+101=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F65 is #1F709A. Grayscale: #A2A2A2. Windows color (decimal): -2060443 or 6655968. OLE color: 6655968.

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

Color convert

RGB 224 143 101 -
CMYK 0 0.36 0.55 0.12
HSL 20.49º 0.66% 0.64% -
HSV(B) 20.49º 0.55% 0.88% -
XYZ 42.91 36.43 17.08 -
YUV 162.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 224 143 101 0 0.36 0.55 0.12 20.49 0.66 0.64
Hex E0 8F 65 0 24 37 C 14 42 40
Octal 340 217 145 0 44 67 14 24 102 100
Binary 11100000 10001111 1100101 0 100100 110111 1100 10100 1000010 1000000

Color Harmonies of #E08F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F65

Black with #E08F65

Text Example


Text Example

White with #E08F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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