Html Css Color HEX #E09064 Copper

📋 copy color: '#E09064'

red 224 ◦ green 144 ◦ blue 100

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

Shades of Copper #E09064

Tints of Copper #E09064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.77%

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

R = 47.86%
G = 30.77%
B = 21.37%

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

#E09064 (or 0xE09064) is known color: Copper. HEX triplet: E0, 90 and 64. RGB value is (224,144,100). Sum of RGB (Red+Green+Blue) = 224+144+100=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E09064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09064 is #1F6F9B. Grayscale: #A3A3A3. Windows color (decimal): -2060188 or 6590688. OLE color: 6590688.

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

Color convert

RGB 224 144 100 -
CMYK 0 0.36 0.55 0.12
HSL 21.29º 0.67% 0.64% -
HSV(B) 21.29º 0.55% 0.88% -
XYZ 43.01 36.71 16.88 -
YUV 162.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 224 144 100 0 0.36 0.55 0.12 21.29 0.67 0.64
Hex E0 90 64 0 24 37 C 15 43 40
Octal 340 220 144 0 44 67 14 25 103 100
Binary 11100000 10010000 1100100 0 100100 110111 1100 10101 1000011 1000000

Color Harmonies of #E09064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09064

Black with #E09064

Text Example


Text Example

White with #E09064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09064; }

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

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

background-color css

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

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

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

border-color css

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

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

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