Html Css Color HEX #EE8D68 Copper

📋 copy color: '#EE8D68'

red 238 ◦ green 141 ◦ blue 104

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

Shades of Copper #EE8D68

Tints of Copper #EE8D68

RGB

 RED value IS 238 (93.36% from 255) = 49.28%

 GREEN value IS 141 (55.47% from 255) = 29.19%

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

R = 49.28%
G = 29.19%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE8D68 (or 0xEE8D68) is known color: Copper. HEX triplet: EE, 8D and 68. RGB value is (238,141,104). Sum of RGB (Red+Green+Blue) = 238+141+104=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D68 is #117297. Grayscale: #A6A6A6. Windows color (decimal): -1143448 or 6852078. OLE color: 6852078.

HSL color Cylindrical-coordinate representation of color #EE8D68: hue angle of 16.57º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE8D68 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 141 104 -
CMYK 0 0.41 0.56 0.07
HSL 16.57º 0.8% 0.67% -
HSV(B) 16.57º 0.56% 0.93% -
XYZ 47.28 38.23 17.98 -
YUV 165.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 238 141 104 0 0.41 0.56 0.07 16.57 0.8 0.67
Hex EE 8D 68 0 29 38 7 11 50 43
Octal 356 215 150 0 51 70 7 21 120 103
Binary 11101110 10001101 1101000 0 101001 111000 111 10001 1010000 1000011

Color Harmonies of #EE8D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8D68

Black with #EE8D68

Text Example


Text Example

White with #EE8D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8D68; }

 p { color: rgb(238,141,104); }

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

background-color css

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

 a { background-color: rgb(238,141,104); }

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

border-color css

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

 span { border-color: rgb(238,141,104); }

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