Html Css Color HEX #EE8968 Copper

📋 copy color: '#EE8968'

red 238 ◦ green 137 ◦ blue 104

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

Shades of Copper #EE8968

Tints of Copper #EE8968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.6%

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

R = 49.69%
G = 28.6%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE8968 (or 0xEE8968) is known color: Copper. HEX triplet: EE, 89 and 68. RGB value is (238,137,104). Sum of RGB (Red+Green+Blue) = 238+137+104=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8968 is #117697. Grayscale: #A3A3A3. Windows color (decimal): -1144472 or 6851054. OLE color: 6851054.

HSL color Cylindrical-coordinate representation of color #EE8968: hue angle of 14.78º 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 #EE8968 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 137 104 -
CMYK 0 0.42 0.56 0.07
HSL 14.78º 0.8% 0.67% -
HSV(B) 14.78º 0.56% 0.93% -
XYZ 46.7 37.07 17.79 -
YUV 163.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 238 137 104 0 0.42 0.56 0.07 14.78 0.8 0.67
Hex EE 89 68 0 2A 38 7 F 50 43
Octal 356 211 150 0 52 70 7 17 120 103
Binary 11101110 10001001 1101000 0 101010 111000 111 1111 1010000 1000011

Color Harmonies of #EE8968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8968

Black with #EE8968

Text Example


Text Example

White with #EE8968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8968; }

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

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

background-color css

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

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

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

border-color css

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

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

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