Html Css Color HEX #E69468 Copper

📋 copy color: '#E69468'

red 230 ◦ green 148 ◦ blue 104

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

Shades of Copper #E69468

Tints of Copper #E69468

RGB

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

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

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

R = 47.72%
G = 30.71%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E69468 (or 0xE69468) is known color: Copper. HEX triplet: E6, 94 and 68. RGB value is (230,148,104). Sum of RGB (Red+Green+Blue) = 230+148+104=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E69468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69468 is #196B97. Grayscale: #A7A7A7. Windows color (decimal): -1665944 or 6853862. OLE color: 6853862.

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

Color convert

RGB 230 148 104 -
CMYK 0 0.36 0.55 0.10
HSL 20.95º 0.72% 0.65% -
HSV(B) 20.95º 0.55% 0.9% -
XYZ 45.72 39 18.22 -
YUV 167.5 92.17 172.58 -
System Red Green Blue C M Y K H S L
Decimal 230 148 104 0 0.36 0.55 0.10 20.95 0.72 0.65
Hex E6 94 68 0 24 37 A 15 48 41
Octal 346 224 150 0 44 67 12 25 110 101
Binary 11100110 10010100 1101000 0 100100 110111 1010 10101 1001000 1000001

Color Harmonies of #E69468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69468

Black with #E69468

Text Example


Text Example

White with #E69468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69468; }

 p { color: rgb(230,148,104); }

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

background-color css

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

 a { background-color: rgb(230,148,104); }

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

border-color css

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

 span { border-color: rgb(230,148,104); }

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