Html Css Color HEX #E08F64 Copper

📋 copy color: '#E08F64'

red 224 ◦ green 143 ◦ blue 100

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

Shades of Copper #E08F64

Tints of Copper #E08F64

RGB

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

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

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

R = 47.97%
G = 30.62%
B = 21.41%

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

#E08F64 (or 0xE08F64) is known color: Copper. HEX triplet: E0, 8F and 64. RGB value is (224,143,100). Sum of RGB (Red+Green+Blue) = 224+143+100=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F64 is #1F709B. Grayscale: #A2A2A2. Windows color (decimal): -2060444 or 6590432. OLE color: 6590432.

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

Color convert

RGB 224 143 100 -
CMYK 0 0.36 0.55 0.12
HSL 20.81º 0.67% 0.64% -
HSV(B) 20.81º 0.55% 0.88% -
XYZ 42.86 36.41 16.83 -
YUV 162.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 224 143 100 0 0.36 0.55 0.12 20.81 0.67 0.64
Hex E0 8F 64 0 24 37 C 15 43 40
Octal 340 217 144 0 44 67 14 25 103 100
Binary 11100000 10001111 1100100 0 100100 110111 1100 10101 1000011 1000000

Color Harmonies of #E08F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F64

Black with #E08F64

Text Example


Text Example

White with #E08F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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