Html Css Color HEX #E09469 Copper

📋 copy color: '#E09469'

red 224 ◦ green 148 ◦ blue 105

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

Shades of Copper #E09469

Tints of Copper #E09469

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.03%

 BLUE value IS 105 (41.41% from 255) = 22.01%

R = 46.96%
G = 31.03%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E09469 (or 0xE09469) is known color: Copper. HEX triplet: E0, 94 and 69. RGB value is (224,148,105). Sum of RGB (Red+Green+Blue) = 224+148+105=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E09469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09469 is #1F6B96. Grayscale: #A6A6A6. Windows color (decimal): -2059159 or 6919392. OLE color: 6919392.

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

Color convert

RGB 224 148 105 -
CMYK 0 0.34 0.53 0.12
HSL 21.68º 0.66% 0.65% -
HSV(B) 21.68º 0.53% 0.88% -
XYZ 43.88 38.05 18.4 -
YUV 165.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 224 148 105 0 0.34 0.53 0.12 21.68 0.66 0.65
Hex E0 94 69 0 22 35 C 16 42 41
Octal 340 224 151 0 42 65 14 26 102 101
Binary 11100000 10010100 1101001 0 100010 110101 1100 10110 1000010 1000001

Color Harmonies of #E09469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09469

Black with #E09469

Text Example


Text Example

White with #E09469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09469; }

 p { color: rgb(224,148,105); }

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

background-color css

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

 a { background-color: rgb(224,148,105); }

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

border-color css

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

 span { border-color: rgb(224,148,105); }

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