Html Css Color HEX #E08968 Copper

📋 copy color: '#E08968'

red 224 ◦ green 137 ◦ blue 104

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

Shades of Copper #E08968

Tints of Copper #E08968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.46%

 BLUE value IS 104 (41.02% from 255) = 22.37%

R = 48.17%
G = 29.46%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E08968 (or 0xE08968) is known color: Copper. HEX triplet: E0, 89 and 68. RGB value is (224,137,104). Sum of RGB (Red+Green+Blue) = 224+137+104=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E08968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08968 is #1F7697. Grayscale: #9F9F9F. Windows color (decimal): -2061976 or 6851040. OLE color: 6851040.

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

Color convert

RGB 224 137 104 -
CMYK 0 0.39 0.54 0.12
HSL 16.5º 0.66% 0.64% -
HSV(B) 16.5º 0.54% 0.88% -
XYZ 42.18 34.74 17.58 -
YUV 159.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 224 137 104 0 0.39 0.54 0.12 16.5 0.66 0.64
Hex E0 89 68 0 27 36 C 10 42 40
Octal 340 211 150 0 47 66 14 20 102 100
Binary 11100000 10001001 1101000 0 100111 110110 1100 10000 1000010 1000000

Color Harmonies of #E08968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08968

Black with #E08968

Text Example


Text Example

White with #E08968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08968; }

 p { color: rgb(224,137,104); }

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

background-color css

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

 a { background-color: rgb(224,137,104); }

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

border-color css

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

 span { border-color: rgb(224,137,104); }

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