Html Css Color HEX #E69064 Copper

📋 copy color: '#E69064'

red 230 ◦ green 144 ◦ blue 100

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

Shades of Copper #E69064

Tints of Copper #E69064

RGB

 RED value IS 230 (90.23% from 255) = 48.52%

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

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

R = 48.52%
G = 30.38%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E69064 (or 0xE69064) is known color: Copper. HEX triplet: E6, 90 and 64. RGB value is (230,144,100). Sum of RGB (Red+Green+Blue) = 230+144+100=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E69064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69064 is #196F9B. Grayscale: #A4A4A4. Windows color (decimal): -1666972 or 6590694. OLE color: 6590694.

HSL color Cylindrical-coordinate representation of color #E69064: hue angle of 20.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E69064 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 100 -
CMYK 0 0.37 0.57 0.10
HSL 20.31º 0.72% 0.65% -
HSV(B) 20.31º 0.57% 0.9% -
XYZ 44.91 37.69 16.96 -
YUV 164.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 230 144 100 0 0.37 0.57 0.10 20.31 0.72 0.65
Hex E6 90 64 0 25 39 A 14 48 41
Octal 346 220 144 0 45 71 12 24 110 101
Binary 11100110 10010000 1100100 0 100101 111001 1010 10100 1001000 1000001

Color Harmonies of #E69064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69064

Black with #E69064

Text Example


Text Example

White with #E69064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69064; }

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

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

background-color css

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

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

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

border-color css

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

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

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