Html Css Color HEX #EF8A68 Copper

📋 copy color: '#EF8A68'

red 239 ◦ green 138 ◦ blue 104

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

Shades of Copper #EF8A68

Tints of Copper #EF8A68

RGB

 RED value IS 239 (93.75% from 255) = 49.69%

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

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

R = 49.69%
G = 28.69%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF8A68 (or 0xEF8A68) is known color: Copper. HEX triplet: EF, 8A and 68. RGB value is (239,138,104). Sum of RGB (Red+Green+Blue) = 239+138+104=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8A68 is #107597. Grayscale: #A4A4A4. Windows color (decimal): -1078680 or 6851311. OLE color: 6851311.

HSL color Cylindrical-coordinate representation of color #EF8A68: hue angle of 15.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF8A68 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 138 104 -
CMYK 0 0.42 0.56 0.06
HSL 15.11º 0.81% 0.67% -
HSV(B) 15.11º 0.56% 0.94% -
XYZ 47.18 37.53 17.85 -
YUV 164.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 239 138 104 0 0.42 0.56 0.06 15.11 0.81 0.67
Hex EF 8A 68 0 2A 38 6 F 51 43
Octal 357 212 150 0 52 70 6 17 121 103
Binary 11101111 10001010 1101000 0 101010 111000 110 1111 1010001 1000011

Color Harmonies of #EF8A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A68

Black with #EF8A68

Text Example


Text Example

White with #EF8A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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