Html Css Color HEX #EE8A68 Copper

📋 copy color: '#EE8A68'

red 238 ◦ green 138 ◦ blue 104

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

Shades of Copper #EE8A68

Tints of Copper #EE8A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.75%

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

R = 49.58%
G = 28.75%
B = 21.67%

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

#EE8A68 (or 0xEE8A68) is known color: Copper. HEX triplet: EE, 8A and 68. RGB value is (238,138,104). Sum of RGB (Red+Green+Blue) = 238+138+104=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8A68 is #117597. Grayscale: #A4A4A4. Windows color (decimal): -1144216 or 6851310. OLE color: 6851310.

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

Color convert

RGB 238 138 104 -
CMYK 0 0.42 0.56 0.07
HSL 15.22º 0.8% 0.67% -
HSV(B) 15.22º 0.56% 0.93% -
XYZ 46.85 37.35 17.84 -
YUV 164.02 94.13 180.76 -
System Red Green Blue C M Y K H S L
Decimal 238 138 104 0 0.42 0.56 0.07 15.22 0.8 0.67
Hex EE 8A 68 0 2A 38 7 F 50 43
Octal 356 212 150 0 52 70 7 17 120 103
Binary 11101110 10001010 1101000 0 101010 111000 111 1111 1010000 1000011

Color Harmonies of #EE8A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8A68

Black with #EE8A68

Text Example


Text Example

White with #EE8A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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