Html Css Color HEX #E89464 Copper

📋 copy color: '#E89464'

red 232 ◦ green 148 ◦ blue 100

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

Shades of Copper #E89464

Tints of Copper #E89464

RGB

 RED value IS 232 (91.02% from 255) = 48.33%

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

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

R = 48.33%
G = 30.83%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E89464 (or 0xE89464) is known color: Copper. HEX triplet: E8, 94 and 64. RGB value is (232,148,100). Sum of RGB (Red+Green+Blue) = 232+148+100=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E89464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89464 is #176B9B. Grayscale: #A7A7A7. Windows color (decimal): -1534876 or 6591720. OLE color: 6591720.

HSL color Cylindrical-coordinate representation of color #E89464: hue angle of 21.82º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E89464 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 148 100 -
CMYK 0 0.36 0.57 0.09
HSL 21.82º 0.74% 0.65% -
HSV(B) 21.82º 0.57% 0.91% -
XYZ 46.17 39.26 17.2 -
YUV 167.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 232 148 100 0 0.36 0.57 0.09 21.82 0.74 0.65
Hex E8 94 64 0 24 39 9 16 4A 41
Octal 350 224 144 0 44 71 11 26 112 101
Binary 11101000 10010100 1100100 0 100100 111001 1001 10110 1001010 1000001

Color Harmonies of #E89464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89464

Black with #E89464

Text Example


Text Example

White with #E89464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89464; }

 p { color: rgb(232,148,100); }

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

background-color css

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

 a { background-color: rgb(232,148,100); }

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

border-color css

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

 span { border-color: rgb(232,148,100); }

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