Html Css Color HEX #E08764 Copper

📋 copy color: '#E08764'

red 224 ◦ green 135 ◦ blue 100

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

Shades of Copper #E08764

Tints of Copper #E08764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 48.8%
G = 29.41%
B = 21.79%

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

#E08764 (or 0xE08764) is known color: Copper. HEX triplet: E0, 87 and 64. RGB value is (224,135,100). Sum of RGB (Red+Green+Blue) = 224+135+100=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E08764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08764 is #1F789B. Grayscale: #9D9D9D. Windows color (decimal): -2062492 or 6588384. OLE color: 6588384.

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

Color convert

RGB 224 135 100 -
CMYK 0 0.40 0.55 0.12
HSL 16.94º 0.67% 0.64% -
HSV(B) 16.94º 0.55% 0.88% -
XYZ 41.7 34.1 16.44 -
YUV 157.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 224 135 100 0 0.40 0.55 0.12 16.94 0.67 0.64
Hex E0 87 64 0 28 37 C 11 43 40
Octal 340 207 144 0 50 67 14 21 103 100
Binary 11100000 10000111 1100100 0 101000 110111 1100 10001 1000011 1000000

Color Harmonies of #E08764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08764

Black with #E08764

Text Example


Text Example

White with #E08764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08764; }

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

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

background-color css

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

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

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

border-color css

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

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

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