Html Css Color HEX #EF8C68 Copper

📋 copy color: '#EF8C68'

red 239 ◦ green 140 ◦ blue 104

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

Shades of Copper #EF8C68

Tints of Copper #EF8C68

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.99%

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

R = 49.48%
G = 28.99%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF8C68 (or 0xEF8C68) is known color: Copper. HEX triplet: EF, 8C and 68. RGB value is (239,140,104). Sum of RGB (Red+Green+Blue) = 239+140+104=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C68 is #107397. Grayscale: #A5A5A5. Windows color (decimal): -1078168 or 6851823. OLE color: 6851823.

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

Color convert

RGB 239 140 104 -
CMYK 0 0.41 0.56 0.06
HSL 16º 0.81% 0.67% -
HSV(B) 16º 0.56% 0.94% -
XYZ 47.47 38.11 17.95 -
YUV 165.5 93.3 180.43 -
System Red Green Blue C M Y K H S L
Decimal 239 140 104 0 0.41 0.56 0.06 16 0.81 0.67
Hex EF 8C 68 0 29 38 6 10 51 43
Octal 357 214 150 0 51 70 6 20 121 103
Binary 11101111 10001100 1101000 0 101001 111000 110 10000 1010001 1000011

Color Harmonies of #EF8C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C68

Black with #EF8C68

Text Example


Text Example

White with #EF8C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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