Html Css Color HEX #E99069 Copper

📋 copy color: '#E99069'

red 233 ◦ green 144 ◦ blue 105

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

Shades of Copper #E99069

Tints of Copper #E99069

RGB

 RED value IS 233 (91.41% from 255) = 48.34%

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

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

R = 48.34%
G = 29.88%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E99069 (or 0xE99069) is known color: Copper. HEX triplet: E9, 90 and 69. RGB value is (233,144,105). Sum of RGB (Red+Green+Blue) = 233+144+105=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E99069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99069 is #166F96. Grayscale: #A6A6A6. Windows color (decimal): -1470359 or 6918377. OLE color: 6918377.

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

Color convert

RGB 233 144 105 -
CMYK 0 0.38 0.55 0.09
HSL 18.28º 0.74% 0.66% -
HSV(B) 18.28º 0.55% 0.91% -
XYZ 46.13 38.29 18.32 -
YUV 166.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 233 144 105 0 0.38 0.55 0.09 18.28 0.74 0.66
Hex E9 90 69 0 26 37 9 12 4A 42
Octal 351 220 151 0 46 67 11 22 112 102
Binary 11101001 10010000 1101001 0 100110 110111 1001 10010 1001010 1000010

Color Harmonies of #E99069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99069

Black with #E99069

Text Example


Text Example

White with #E99069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99069; }

 p { color: rgb(233,144,105); }

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

background-color css

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

 a { background-color: rgb(233,144,105); }

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

border-color css

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

 span { border-color: rgb(233,144,105); }

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