Html Css Color HEX #E09268 Copper

📋 copy color: '#E09268'

red 224 ◦ green 146 ◦ blue 104

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

Shades of Copper #E09268

Tints of Copper #E09268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.8%

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

R = 47.26%
G = 30.8%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E09268 (or 0xE09268) is known color: Copper. HEX triplet: E0, 92 and 68. RGB value is (224,146,104). Sum of RGB (Red+Green+Blue) = 224+146+104=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E09268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09268 is #1F6D97. Grayscale: #A4A4A4. Windows color (decimal): -2059672 or 6853344. OLE color: 6853344.

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

Color convert

RGB 224 146 104 -
CMYK 0 0.35 0.54 0.12
HSL 21º 0.66% 0.64% -
HSV(B) 21º 0.54% 0.88% -
XYZ 43.52 37.4 18.02 -
YUV 164.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 224 146 104 0 0.35 0.54 0.12 21 0.66 0.64
Hex E0 92 68 0 23 36 C 15 42 40
Octal 340 222 150 0 43 66 14 25 102 100
Binary 11100000 10010010 1101000 0 100011 110110 1100 10101 1000010 1000000

Color Harmonies of #E09268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09268

Black with #E09268

Text Example


Text Example

White with #E09268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09268; }

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

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

background-color css

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

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

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

border-color css

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

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

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